summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-08-27 18:34:48 +0000
committerArtur Bergman <sky@nanisky.com>2001-08-27 18:34:48 +0000
commit42d86a35a02527a1e39845fdb48ce9d028f4e633 (patch)
tree002efe88084ee033303473e94482c55a5482f345 /proto.h
parent438c221d2a8e6fa132b664b70062215bf9c6ef42 (diff)
downloadperl-42d86a35a02527a1e39845fdb48ce9d028f4e633.tar.gz
Removed tripple definitions of CUSTOM_OP functions.
p4raw-id: //depot/perl@11761
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/proto.h b/proto.h
index 7089f95962..e69c6f9b7f 100644
--- a/proto.h
+++ b/proto.h
@@ -988,14 +988,6 @@ PERL_CALLCONV void Perl_sys_intern_init(pTHX);
PERL_CALLCONV char * Perl_custom_op_name(pTHX_ OP* op);
PERL_CALLCONV char * Perl_custom_op_desc(pTHX_ OP* op);
#endif
-#if defined(PERL_CUSTOM_OPS)
-PERL_CALLCONV char * Perl_custom_op_name(pTHX_ OP* op);
-PERL_CALLCONV char * Perl_custom_op_desc(pTHX_ OP* op);
-#endif
-#if defined(PERL_CUSTOM_OPS)
-PERL_CALLCONV char * Perl_custom_op_name(pTHX_ OP* op);
-PERL_CALLCONV char * Perl_custom_op_desc(pTHX_ OP* op);
-#endif
#if defined(PERL_OBJECT)
protected: