mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Change each use of fattrs' into a use of attrs_obstack'.
* src/reader.c (copy_at): Typo: s/yylloc/yyloc/. * src/files.c (fattrs): Remove. (attrs_obstack): New. Adjust all dependencies. (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2000-11-01 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Change each use of `fattrs' into a use of `attrs_obstack'.
|
||||
|
||||
* src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
|
||||
* src/files.c (fattrs): Remove.
|
||||
(attrs_obstack): New.
|
||||
Adjust all dependencies.
|
||||
(done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
|
||||
|
||||
2000-11-01 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Introduce obstacks.
|
||||
|
||||
Reference in New Issue
Block a user