diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-01 21:23:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-01 21:23:18 +0000 |
commit | 6dc6802c365c59fa2b2a820b1efa297528448159 (patch) | |
tree | 14dfaf47f296370db9992e55053ad7487f4706a3 /embed.pl | |
parent | a9a9fdd7274c13fad954d576fb696d66ae6fa435 (diff) | |
parent | ad7e816fc202b9506cd8e0633196331ccf37f264 (diff) | |
download | perl-6dc6802c365c59fa2b2a820b1efa297528448159.tar.gz |
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@3860
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1572,10 +1572,10 @@ p |OP* |scalar |OP* o p |OP* |scalarkids |OP* o p |OP* |scalarseq |OP* o p |OP* |scalarvoid |OP* o -p |UV |scan_bin |char* start|I32 len|I32* retlen -p |UV |scan_hex |char* start|I32 len|I32* retlen +p |NV |scan_bin |char* start|I32 len|I32* retlen +p |NV |scan_hex |char* start|I32 len|I32* retlen p |char* |scan_num |char* s -p |UV |scan_oct |char* start|I32 len|I32* retlen +p |NV |scan_oct |char* start|I32 len|I32* retlen p |OP* |scope |OP* o p |char* |screaminstr |SV* bigsv|SV* littlesv|I32 start_shift \ |I32 end_shift|I32 *state|I32 last |