[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tim-5] Enable bootstrapping again
From: |
Akim Demaille |
Subject: |
Re: [tim-5] Enable bootstrapping again |
Date: |
07 Jan 2002 10:40:41 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) |
| 2002-01-06 Tim Van Holder <address@hidden>
| * src/parse-skel.y: bison 1.30x doesn't support the
| %error-verbose directive, so remove it to allow bootstraps
| to succeed.
|
| Index: src/parse-skel.y
| ===================================================================
| RCS file: /cvsroot/bison/bison/src/parse-skel.y,v
| retrieving revision 1.6
| diff -u -r1.6 parse-skel.y
| --- src/parse-skel.y 3 Jan 2002 09:56:04 -0000 1.6
| +++ src/parse-skel.y 6 Jan 2002 16:08:32 -0000
| @@ -22,7 +22,6 @@
| %debug
| %defines
| %verbose
| -%error-verbose
| %locations
| %name-prefix="skel_"
| %pure-parser
OK _if_ you add the #define YYERROR_VERBOSE 1
otherwise no.