diff options
author | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-29 18:59:40 +0000 |
---|---|---|
committer | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-29 18:59:40 +0000 |
commit | 85fc7e91fb9a9fc201a8ae16712cc1b57c4d9d6f (patch) | |
tree | e93db4a12bbae12f8654d3ebe3b73a3c32c6088a /gcc/c-lex.c | |
parent | bb831b93252a77cc693040551e6aa15ea4788bc5 (diff) | |
download | gcc-85fc7e91fb9a9fc201a8ae16712cc1b57c4d9d6f.tar.gz |
Adjust variable names, comments, help strings to c99.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31689 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index a69aa07e548..1d271b0e954 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -340,7 +340,7 @@ init_lex () UNSET_RESERVED_WORD ("iterator"); UNSET_RESERVED_WORD ("complex"); } - else if (!flag_isoc9x) + else if (!flag_isoc99) UNSET_RESERVED_WORD ("restrict"); if (flag_no_asm) |