* src/parse-skel.y: Get rid of the shift/reduce conflict:

replace `gb' with BLANKS.
* src/scan-skel.l: Adjust.
This commit is contained in:
Akim Demaille
2001-12-30 21:06:36 +00:00
parent a4b36db458
commit 24fad99e2b
3 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
2001-12-30 Akim Demaille <akim@epita.fr>
* src/parse-skel.y: Get rid of the shift/reduce conflict:
replace `gb' with BLANKS.
* src/scan-skel.l: Adjust.
2001-12-30 Akim Demaille <akim@epita.fr>
* src/system.h: We don't need nor want bcopy.