summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-27 14:28:49 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-27 14:28:49 +0000
commit0cb9638729211ea71a75ae8756c03ba21553bd53 (patch)
treef00e767824d620a63a26a857b6a37fcb6945f89d /opcode.pl
parent4f4e629e089f1120f8e94984281df06ac4f885c5 (diff)
downloadperl-0cb9638729211ea71a75ae8756c03ba21553bd53.tar.gz
somewhat untested PERL_OBJECT cleanups (C++isms mostly
gone from the public API); PERL_OBJECT builds again on windows TODO: namespace-clean the typedefs in iperlsys.h and elsewhere; remove C++ remnants from public headers p4raw-id: //depot/perl@3553
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl13
1 files changed, 0 insertions, 13 deletions
diff --git a/opcode.pl b/opcode.pl
index 1afc2f6cf3..bf6734c53f 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -82,16 +82,6 @@ print <<END;
END_EXTERN_C
-#ifndef PERL_OBJECT
-START_EXTERN_C
-
-#undef PERL_CKDEF
-#undef PERL_PPDEF
-#define PERL_CKDEF(s) OP *s (pTHX_ OP *o);
-#define PERL_PPDEF(s) OP *s (pTHX);
-
-#include "pp_proto.h"
-
END
# Emit function declarations.
@@ -110,9 +100,6 @@ END
print <<END;
-END_EXTERN_C
-#endif /* PERL_OBJECT */
-
START_EXTERN_C
#ifndef DOINIT