summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2001-08-25 18:45:09 +0100
committerArtur Bergman <sky@nanisky.com>2001-08-27 13:18:45 +0000
commit736f3e3fe7b95cfb552066234f6a7ecdad1080f8 (patch)
tree304c53c9149e75adb4d834be77c98e238221b8b5 /embed.pl
parent0ed61e990ddad62208ff915ebefd3e0ee2ee01cf (diff)
downloadperl-736f3e3fe7b95cfb552066234f6a7ecdad1080f8.tar.gz
Custom Ops
Message-ID: <20010825174509.A5752@netthink.co.uk> I also added a fix to Opcode.pm to quite test cases. p4raw-id: //depot/perl@11756
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index 84ff77b49b..54550b4322 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2248,6 +2248,18 @@ 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
+#if defined(PERL_CUSTOM_OPS)
+Ap |char * |custom_op_name|OP* op
+Ap |char * |custom_op_desc|OP* op
+#endif
+#if defined(PERL_CUSTOM_OPS)
+Ap |char * |custom_op_name|OP* op
+Ap |char * |custom_op_desc|OP* op
+#endif
#if defined(PERL_OBJECT)
protected: