summaryrefslogtreecommitdiff
path: root/perly.y
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-03-19 20:22:07 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-03-19 20:22:07 +0000
commitbbe9e4e098fd18c30bd0ed8f3afef86dfb541d7f (patch)
tree40ab9795a9b775056367b6f6c6ae36c304333152 /perly.y
parent878c8e1e43927c52f4db7472371db5f39e73845c (diff)
downloadperl-bbe9e4e098fd18c30bd0ed8f3afef86dfb541d7f.tar.gz
Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
(Building on OS390 uses native YACC and YYDEBUG has other side effects.) p4raw-id: //depot/perlio@9248
Diffstat (limited to 'perly.y')
-rw-r--r--perly.y4
1 files changed, 3 insertions, 1 deletions
diff --git a/perly.y b/perly.y
index f6e7053366..a30f4cea7e 100644
--- a/perly.y
+++ b/perly.y
@@ -16,7 +16,9 @@
#include "EXTERN.h"
#define PERL_IN_PERLY_C
#include "perl.h"
-
+#ifdef EBCDIC
+#undef YYDEBUG
+#endif
#define dep() deprecate("\"do\" to call subroutines")
/* stuff included here to make perly_c.diff apply better */