]> git.saurik.com Git - bison.git/commit - lib/Makefile.am
Introduce obstacks.
authorAkim Demaille <akim@epita.fr>
Wed, 1 Nov 2000 16:03:50 +0000 (16:03 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 1 Nov 2000 16:03:50 +0000 (16:03 +0000)
commit8c7ebe49468c229227e6d21c0b48c459dbf1856c
treec600d948800fbf44a5fa79bf0d09777b9ec0579d
parent77aee78982645dbb4eb274b2036a2fb5d4936841
Introduce obstacks.
Change each use of `faction' into a use of `action_obstack'.
* lib/obstack.h, lib/obstack.c: New files.
* src/files.c (faction): Remove.
(action_obstack): New.
Adjust all dependencies.
ChangeLog
lib/Makefile.am
lib/obstack.c [new file with mode: 0644]
lib/obstack.h [new file with mode: 0644]
src/files.c
src/files.h
src/output.c
src/reader.c
src/system.h