summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-09-29 16:44:16 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-09-29 16:44:16 +0000
commit8f95159f0f6f551c08c5f6e1a4d8807b332bc21a (patch)
tree74361aedc5a1372fab26b8d5802ff1d156440208 /perl.h
parent07b7370725c6ec32f15c00e2d8d38d18f4b75a2d (diff)
parent7cb3fdbc2b45d54cfc6aac117f89b42d632cb3ed (diff)
downloadperl-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index 70d9a63f43..5ef7cd95de 100644
--- a/perl.h
+++ b/perl.h
@@ -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;