summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-09-10 10:02:51 +0000
committerArtur Bergman <sky@nanisky.com>2001-09-10 10:02:51 +0000
commit19e8ce8e5f1ac60deced7aff63c00270eec46957 (patch)
tree438ab66fd0092b89295dae0b19886d33a56e9b65 /intrpvar.h
parent7a799e204b140f54600dab7d4a7b8f748e814b8f (diff)
downloadperl-19e8ce8e5f1ac60deced7aff63c00270eec46957.tar.gz
Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
Rename to custop_op_name to Perl_custom_op_name to match perlapi Clone the hashtable PL_custom_op_names and PL_custop_op_descs in perl_clone. p4raw-id: //depot/perl@11968
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index fd39a09f87..1559aaa77c 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -487,10 +487,10 @@ PERLVAR(Ireentrant_buffer, REBUF*) /* here we store the _r buffers */
PERLVAR(Isavebegin, bool) /* save BEGINs for compiler */
-#ifdef PERL_CUSTOM_OPS
+
PERLVAR(Icustom_op_names, HV*) /* Names of user defined ops */
PERLVAR(Icustom_op_descs, HV*) /* Descriptions of user defined ops */
-#endif
+
/* New variables must be added to the very end for binary compatibility.
* XSUB.h provides wrapper functions via perlapi.h that make this
* irrelevant, but not all code may be expected to #include XSUB.h. */