summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-20 23:12:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-20 23:12:11 +0000
commit6b1bfb713ee2240cea7837d56bcc692b587c8cfb (patch)
treefe86f719dc7732dc400731ebab78584476f308f3 /embed.pl
parent58979ab1b71f35ba0309b6f7a5b76821fec30447 (diff)
downloadperl-6b1bfb713ee2240cea7837d56bcc692b587c8cfb.tar.gz
Forgot the expect_number() prototype.
p4raw-id: //depot/perl@8494
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index 9c1025295f..7e356e82af 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2477,6 +2477,7 @@ s |void |del_sv |SV *p
s |int |sv_2inuv_non_preserve |SV *sv|I32 numtype
s |int |sv_2iuv_non_preserve |SV *sv|I32 numtype
# endif
+s |I32 |expect_number |char** pattern
#endif
#if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT)