diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-12 14:11:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-12 14:11:26 +0000 |
commit | 235e250f1688c70e9dd7802923fcc0ecfa25e84e (patch) | |
tree | 236764a10a3b604bdf516d1a42b234cff7a524a2 /x2p/Makefile.SH | |
parent | 5c7fad1e99231b6801055ba8f5d6b6b882f436c7 (diff) | |
download | perl-235e250f1688c70e9dd7802923fcc0ecfa25e84e.tar.gz |
One less -Wall whine (found under DEBUGGING).
p4raw-id: //depot/perl@10537
Diffstat (limited to 'x2p/Makefile.SH')
-rwxr-xr-x | x2p/Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 5db022fd37..3b42c21948 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -119,6 +119,7 @@ run_byacc: FORCE check_byacc $(BYACC) a2p.y rm -f a2p.c sed -e 's/(yyn = yydefred\[yystate\])/((yyn = yydefred[yystate]))/' \ + -e 's/(yys = getenv("YYDEBUG"))/((yys = getenv("YYDEBUG")))/' \ -e 's/^yyerrlab://' \ -e 's/^ goto yyerrlab;//' \ -e 's/^yynewerror://' \ |