Also handle the output file (--verbose) with obstacks.
authorAkim Demaille <akim@epita.fr>
Wed, 20 Dec 2000 17:21:14 +0000 (17:21 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 20 Dec 2000 17:21:14 +0000 (17:21 +0000)
commitff4423cc2856ccc63b0fc72430fdc095208e0b14
tree948378cb8f3c3e19eb393b34b317809805959ed9
parent956dba3a7c0e15bd356d025c0393b807ec72bd31
Also handle the output file (--verbose) with obstacks.
* files.c (foutput): Remove.
(output_obstack): New.
Adjust all dependencies.
* src/conflicts.c: Return a string.
* src/system.h (obstack_grow_string): Rename as...
(obstack_sgrow): this.  Be ready to work with non literals.
(obstack_fgrow4): New.
ChangeLog
src/conflicts.c
src/files.c
src/files.h
src/output.c
src/print.c
src/reader.c
src/reduce.c
src/system.h