]> git.saurik.com Git - bison.git/commit - src/closure.c
Undo the parts of the unlocked-I/O change that substituted
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Oct 2005 06:39:08 +0000 (06:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Oct 2005 06:39:08 +0000 (06:39 +0000)
commit2f4f028d8bb527ebdab2476f76aac58f07f5b767
tree712b80a1f86dcfea5d73e4bf391ebf288fedef7c
parent88c6637fa9f1703ce97b484aaa890d41c9f94685
Undo the parts of the unlocked-I/O change that substituted
putc or puts for printf.  This might hurt performance a bit,
but some people prefer the printf style.
* data/c.m4 (yysymprint): Prefer printf to puts and putc.
* data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
All uses replaced by YYFPRINTF and YYDPRINTF.
* data/yacc.c: Likewise.
* lib/bitset.c (bitset_print): Likewise.
* lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
putc and puts.
* lib/lbitset.c (debug_lbitset): Likewise.
* src/closure.c (print_firsts, print_fderives): Likewise.
* src/gram.c (grammar_dump): Likewise.
* src/lalr.c (look_ahead_tokens_print): Likewise.
* src/output.c (escaped_output): Likewise.
(user_actions_output): Break apart two printfs.
* src/parse-gram.y (%printer): Prefer printf to putc and puts.
* src/reduce.c (reduce_print): Likewise.
* src/state.c (state_rule_look_ahead_tokens_print): Likewise.
* src/system.h: Include unlocked-io.h rathe than stdio.h.
14 files changed:
ChangeLog
data/c.m4
data/glr.c
data/yacc.c
lib/bitset.c
lib/bitsetv.c
lib/lbitset.c
src/closure.c
src/gram.c
src/lalr.c
src/output.c
src/parse-gram.y
src/reduce.c
src/state.c