diff options
author | Artur Bergman <sky@nanisky.com> | 2001-08-27 18:34:48 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2001-08-27 18:34:48 +0000 |
commit | 42d86a35a02527a1e39845fdb48ce9d028f4e633 (patch) | |
tree | 002efe88084ee033303473e94482c55a5482f345 /proto.h | |
parent | 438c221d2a8e6fa132b664b70062215bf9c6ef42 (diff) | |
download | perl-42d86a35a02527a1e39845fdb48ce9d028f4e633.tar.gz |
Removed tripple definitions of CUSTOM_OP functions.
p4raw-id: //depot/perl@11761
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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: |