diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-29 16:44:16 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-29 16:44:16 +0000 |
commit | 8f95159f0f6f551c08c5f6e1a4d8807b332bc21a (patch) | |
tree | 74361aedc5a1372fab26b8d5802ff1d156440208 /proto.h | |
parent | 07b7370725c6ec32f15c00e2d8d38d18f4b75a2d (diff) | |
parent | 7cb3fdbc2b45d54cfc6aac117f89b42d632cb3ed (diff) | |
download | perl-8f95159f0f6f551c08c5f6e1a4d8807b332bc21a.tar.gz |
Start merge with maint-5.004 branch by creating an ancestral
branch point via a fake resolution with the maint-merge branch.
See Perforce Tech Note 9 for details.
p4raw-id: //depot/perl@77
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -398,10 +398,7 @@ Sighandler_t rsignal _((int, Sighandler_t)); int rsignal_restore _((int, Sigsave_t*)); int rsignal_save _((int, Sighandler_t, Sigsave_t*)); Sighandler_t rsignal_state _((int)); -int runops_standard _((void)); -#ifdef DEBUGGING -int runops_debug _((void)); -#endif +int runops _((void)); void rxres_free _((void** rsp)); void rxres_restore _((void** rsp, REGEXP* rx)); void rxres_save _((void** rsp, REGEXP* rx)); @@ -468,7 +465,6 @@ UV sv_2uv _((SV* sv)); void sv_add_arena _((char* ptr, U32 size, U32 flags)); int sv_backoff _((SV* sv)); SV* sv_bless _((SV* sv, HV* stash)); -SV* sv_bless3 _((SV* sv, HV* stash, bool zaptilde)); void sv_catpvf _((SV* sv, const char* pat, ...)); void sv_catpv _((SV* sv, char* ptr)); void sv_catpvn _((SV* sv, char* ptr, STRLEN len)); |