diff options
author | Artur Bergman <sky@nanisky.com> | 2001-09-10 10:02:51 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2001-09-10 10:02:51 +0000 |
commit | 19e8ce8e5f1ac60deced7aff63c00270eec46957 (patch) | |
tree | 438ab66fd0092b89295dae0b19886d33a56e9b65 /embed.pl | |
parent | 7a799e204b140f54600dab7d4a7b8f748e814b8f (diff) | |
download | perl-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 'embed.pl')
-rwxr-xr-x | embed.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1967,10 +1967,10 @@ Ap |void |ptr_table_free|PTR_TBL_t *tbl Ap |void |sys_intern_clear Ap |void |sys_intern_init #endif -#if defined(PERL_CUSTOM_OPS) + Ap |char * |custom_op_name|OP* op Ap |char * |custom_op_desc|OP* op -#endif + END_EXTERN_C |