This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
authorArtur Bergman <sky@nanisky.com>
Mon, 10 Sep 2001 10:02:51 +0000 (10:02 +0000)
committerArtur Bergman <sky@nanisky.com>
Mon, 10 Sep 2001 10:02:51 +0000 (10:02 +0000)
commit19e8ce8e5f1ac60deced7aff63c00270eec46957
tree438ab66fd0092b89295dae0b19886d33a56e9b65
parent7a799e204b140f54600dab7d4a7b8f748e814b8f
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
embed.pl
intrpvar.h
makedef.pl
op.c
opcode.pl
sv.c