diff options
author | John Peacock <jpeacock@rowman.com> | 2001-11-15 07:41:04 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-15 21:21:29 +0000 |
commit | f4758303c4694488fe79aa89312edc922a056bf5 (patch) | |
tree | 06683b0ed363a8029abcf065643046281e4dfd71 /proto.h | |
parent | 77818208643949320ba57536d6c01e6973ff7a4a (diff) | |
download | perl-f4758303c4694488fe79aa89312edc922a056bf5.tar.gz |
v-strings as Objects Step 1
Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
p4raw-id: //depot/perl@13028
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -561,6 +561,7 @@ PERL_CALLCONV OP* Perl_newUNOP(pTHX_ I32 type, I32 flags, OP* first); PERL_CALLCONV OP* Perl_newWHILEOP(pTHX_ I32 flags, I32 debuggable, LOOP* loop, I32 whileline, OP* expr, OP* block, OP* cont); PERL_CALLCONV PERL_SI* Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems); +PERL_CALLCONV char* Perl_new_vstring(pTHX_ char *vstr, SV *sv); PERL_CALLCONV PerlIO* Perl_nextargv(pTHX_ GV* gv); PERL_CALLCONV char* Perl_ninstr(pTHX_ const char* big, const char* bigend, const char* little, const char* lend); PERL_CALLCONV OP* Perl_oopsCV(pTHX_ OP* o); |