Put back the cygwin32 Configure fix of 3582 undone by 3597.
[p5sagit/p5-mst-13.2.git] / opcode.h
index 20ec044..fc09bd3 100644 (file)
--- a/opcode.h
+++ b/opcode.h
@@ -740,7 +740,7 @@ EXT char *PL_op_desc[] = {
        "anonymous subroutine",
        "subroutine prototype",
        "reference constructor",
-       "scalar ref constructor",
+       "single ref constructor",
        "reference-type operator",
        "bless",
        "backticks",
@@ -1072,19 +1072,6 @@ EXT char *PL_op_desc[] = {
 
 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_EXTERN_C
-#endif /* PERL_OBJECT */
 
 START_EXTERN_C