PR preprocessor/25717
commit31614f7c20bd8844ce91e4eeb7da389c78f5299f
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jan 2006 21:50:15 +0000 (23 21:50 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jan 2006 21:50:15 +0000 (23 21:50 +0000)
tree426b4cdfa24c0b381ad5f2bef8e8807afd097204
parentd134bccc6c6b6af4c72a6952bce16e26747cb650
PR preprocessor/25717
* init.c (cpp_init_builtins): If __STDC__ will not change value
between system headers and other sources, define it as a normal
macro rather than a builtin.
* macro.c (_cpp_builtin_macro_text) <case BT_STDC>: Only check
cpp_in_system_header condition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110144 138bc75d-0d04-0410-961f-82ee72b054a4
libcpp/ChangeLog
libcpp/init.c
libcpp/macro.c