summaryrefslogtreecommitdiff
path: root/perly.y
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-03-25 12:33:17 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-25 14:37:03 +0000
commit0ddaf51316ca1bab139289c51c648ec8213a8af3 (patch)
treea9fd6998bb705e22db4900a95c81fa173591c4a2 /perly.y
parent99ef548ba710eb2617804c989e4d5fdae1f04f37 (diff)
downloadperl-0ddaf51316ca1bab139289c51c648ec8213a8af3.tar.gz
Re: what is YYDEBUG and why does it reset errno?
Message-ID: <20020325113317.A1410@rafael> Apparently VMS does not do YYDEBUG. p4raw-id: //depot/perl@15486
Diffstat (limited to 'perly.y')
-rw-r--r--perly.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.y b/perly.y
index 48049eb83e..6b7df9b2e8 100644
--- a/perly.y
+++ b/perly.y
@@ -16,7 +16,7 @@
#include "EXTERN.h"
#define PERL_IN_PERLY_C
#include "perl.h"
-#ifdef EBCDIC
+#if defined(EBCDIC) || defined(VMS)
#undef YYDEBUG
#endif
#define dep() deprecate("\"do\" to call subroutines")