-
- Downloads
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
Showing
- gcc/ChangeLog 13 additions, 3 deletionsgcc/ChangeLog
- gcc/config.in 13 additions, 1 deletiongcc/config.in
- gcc/configure 170 additions, 161 deletionsgcc/configure
- gcc/configure.in 4 additions, 2 deletionsgcc/configure.in
- gcc/cpplex.c 6 additions, 2 deletionsgcc/cpplex.c
- gcc/system.h 40 additions, 15 deletionsgcc/system.h
Loading
Please register or sign in to comment