diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-06 23:33:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-06 23:33:58 +0000 |
commit | ead56f575ba85493a3f4d8d929bb3146a76daa02 (patch) | |
tree | 31abf2d69f2bf49d5cddc846f011d9b0a45c4c5f /embed.pl | |
parent | c2988b20eabea0b3f773c2b034b7cc1ecdaf0a54 (diff) | |
download | perl-ead56f575ba85493a3f4d8d929bb3146a76daa02.tar.gz |
The proper prototyping for #10463.
p4raw-id: //depot/perl@10464
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2522,6 +2522,7 @@ s |I32 |expect_number |char** pattern # if defined(USE_ITHREADS) s |SV* |gv_share |SV *sv # endif +s |int |grok_number |const char *pv|STRLEN len|UV *valuep #endif #if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT) |