diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index d1e7c11..957e611 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -635,7 +635,7 @@ static const struct builtin builtin_array[] = { "__LINE__", 0, T_SPECLINE, 0 }, { "__INCLUDE_LEVEL__", 0, T_INCLUDE_LEVEL, 0 }, - { "__VERSION__", 0, T_MCONST, DUMP|VERS }, + { "__VERSION__", 0, T_XCONST, DUMP|VERS }, { "__USER_LABEL_PREFIX__", 0, T_CONST, DUMP|ULP }, { "__STDC__", "1", T_STDC, DUMP }, { "__REGISTER_PREFIX__", REGISTER_PREFIX, T_CONST, DUMP }, |