diff options
author | Larry Wall <larry@netlabs.com> | 1993-12-10 00:00:00 +0000 |
---|---|---|
committer | Larry Wall <larry@netlabs.com> | 1993-12-10 00:00:00 +0000 |
commit | ed6116ce9b9d13712ea252ee248b0400653db7f9 (patch) | |
tree | 348e8de37401fa4381f6bfe0989abef2e3b409e0 /proto.h | |
parent | 9bbf408117c16189b372e6657c9e5a15d01ea504 (diff) | |
download | perl-ed6116ce9b9d13712ea252ee248b0400653db7f9.tar.gz |
perl 5.0 alpha 5
[editor's note: the sparc executables have not been included,
and emacs backup files and other cruft such as patch backup files have
been removed. This was reconstructed from a tarball found on the
September 1994 InfoMagic CD]
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -243,7 +243,7 @@ OP* op_fold_const P((OP* arg)); void op_free P((OP* arg)); void op_optimize P((OP* cmd, I32 fliporflop, I32 acmd)); OP* over P((GV* eachgv, OP* cmd)); -PADOFFSET pad_alloc P((I32 optype, char tmptype)); +PADOFFSET pad_alloc P((I32 optype, U32 tmptype)); PADOFFSET pad_allocmy P((char* name)); PADOFFSET pad_findmy P((char* name)); OP* oopsAV P((OP* o)); @@ -366,6 +366,7 @@ void sv_setpv P((SV* sv, char* ptr)); void sv_setpvn P((SV* sv, char* ptr, STRLEN len)); void sv_setsv P((SV* dsv, SV* ssv)); int sv_unmagic P((SV* sv, char type)); +void sv_unref P((SV* sv)); void sv_usepvn P((SV* sv, char* ptr, STRLEN len)); void taint_env P((void)); void taint_not P((char *s)); |