summaryrefslogtreecommitdiff
path: root/perly.c
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.c
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.c')
-rw-r--r--perly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.c b/perly.c
index 9fd86d3108..0c5b80a8e9 100644
--- a/perly.c
+++ b/perly.c
@@ -6,7 +6,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_old("\"do\" to call subroutines")