diff options
author | John Peacock <jpeacock@rowman.com> | 2002-08-15 06:06:21 -0400 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-20 16:48:05 +0000 |
commit | b0f01acb49cf6b1fa37ea8df571f53079ea78fc9 (patch) | |
tree | fc5e02256df0b86c3809dcb620dea349322e9f09 /embed.fnc | |
parent | 13cf4046edaf355c472009e29cf43ad8b1d7e6cc (diff) | |
download | perl-b0f01acb49cf6b1fa37ea8df571f53079ea78fc9.tar.gz |
Version object patch #1
Message-id: <3D5BB55D.6090603@rowman.com>
and Message-id: <3D627D1A.4050607@rowman.com>
and t/lib/warnings/universal tweak to skip
p4raw-id: //depot/perl@17746
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -534,7 +534,12 @@ Ap |OP* |newWHILEOP |I32 flags|I32 debuggable|LOOP* loop \ |I32 whileline|OP* expr|OP* block|OP* cont Ap |PERL_SI*|new_stackinfo|I32 stitems|I32 cxitems -Apd |char* |new_vstring |char *vstr|SV *sv +Apd |char* |scan_vstring |char *vstr|SV *sv +Apd |char* |scan_version |char *vstr|SV *sv +Apd |SV* |new_version |SV *ver +Apd |SV* |upg_version |SV *ver +Apd |SV* |vnumify |SV *sv|SV *vs +Apd |SV* |vstringify |SV *sv|SV *vs p |PerlIO*|nextargv |GV* gv Ap |char* |ninstr |const char* big|const char* bigend \ |const char* little|const char* lend |