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 /perl.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 'perl.h')
-rw-r--r-- | perl.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1314,10 +1314,8 @@ typedef Sighandler_t Sigsave_t; # endif # endif # define PAD_SV(po) pad_sv(po) -# define RUNOPS_DEFAULT runops_debug #else # define PAD_SV(po) curpad[po] -# define RUNOPS_DEFAULT runops_standard #endif /****************/ @@ -1394,7 +1392,6 @@ EXT OP * opsave; /* save current op register across longjmps */ #else EXT OP * op; /* current op--when not in a global register */ #endif -EXT int (*runops) _((void)) INIT(RUNOPS_DEFAULT); EXT I32 * scopestack; /* blocks we've entered */ EXT I32 scopestack_ix; EXT I32 scopestack_max; |