]> gcc.gnu.org Git - gcc.git/commit - libcpp/lex.c
cpplex.c (cpp_output_token): Use a putc loop for SPELL_OPERATOR, and fwrite for SPELL...
authorZack Weinberg <zack@gcc.gnu.org>
Fri, 28 Sep 2001 07:00:27 +0000 (07:00 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 28 Sep 2001 07:00:27 +0000 (07:00 +0000)
commit3b681e9dccc5cbbddecbcc1a0c41c51f7fbef57d
tree206ad049b411ef90070a3486a0832ecc5adf0c79
parentc0636171dba6e1d76e6ab328182797d370f0ec91
cpplex.c (cpp_output_token): Use a putc loop for SPELL_OPERATOR, and fwrite for SPELL_IDENT.

* cpplex.c (cpp_output_token): Use a putc loop for
SPELL_OPERATOR, and fwrite for SPELL_IDENT.

* configure.in: Detect fwrite_unlocked and fprintf_unlocked.
* configure, config.in: Regenerate.
* system.h: Replace fwrite and fprintf with their unlocked
variants if available.

From-SVN: r45855
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.in
gcc/cpplex.c
gcc/system.h
This page took 0.063195 seconds and 5 git commands to generate.