diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 21:52:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 21:52:34 -0800 |
commit | 441f524c0733208c22dd5c38091070abd4063ae6 (patch) | |
tree | 9973d17ac80533dcc52b93de78607492bfaf7b0d /configure | |
parent | 001920e1750a6fa121552fcbcb6c8bcbe5a2460e (diff) | |
download | txr-441f524c0733208c22dd5c38091070abd4063ae6.tar.gz txr-441f524c0733208c22dd5c38091070abd4063ae6.tar.bz2 txr-441f524c0733208c22dd5c38091070abd4063ae6.zip |
More removal of C99 wide character I/O, and tightening up
of standard conformance.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ lex=${lex-'$(cross)$(tool_prefix)flex'} lexlib=${lexlib--lfl} yacc=${yacc-'$(cross)$(tool_prefix)yacc'} opt_flags=${opt_flags--O2} -lang_flags=${lang_flags--ansi -D_GNU_SOURCE} +lang_flags=${lang_flags--ansi -std=c89 -D_POSIX_C_SOURCE=2} diag_flags=${diag_flags--Wall} debug_flags=${debug_flags--g} lex_dbg_flags=${lex_dbg_flags-} |