* cpplex.c (cpp_output_token): Use a putc loop for
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Sep 2001 07:00:27 +0000 (07:00 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Sep 2001 07:00:27 +0000 (07:00 +0000)
commit288745581315dcbe9383a2fa28ac6403b3b417db
tree206ad049b411ef90070a3486a0832ecc5adf0c79
parent00482daf9415b9362b30f39e8f294d0c53047e4c
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45855 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.in
gcc/cpplex.c
gcc/system.h