aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gcc.gnu.org>2000-01-29 18:59:40 +0000
committerUlrich Drepper <drepper@gcc.gnu.org>2000-01-29 18:59:40 +0000
commit3194854770602ec204dbfb8b3d469b56d5ef4d9c (patch)
treee93db4a12bbae12f8654d3ebe3b73a3c32c6088a /gcc/c-lex.c
parent10b52f46188f1e93b43a435c6d2f589a974555fe (diff)
downloadgcc-3194854770602ec204dbfb8b3d469b56d5ef4d9c.zip
gcc-3194854770602ec204dbfb8b3d469b56d5ef4d9c.tar.gz
gcc-3194854770602ec204dbfb8b3d469b56d5ef4d9c.tar.bz2
Adjust variable names, comments, help strings to c99.
From-SVN: r31689
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index a69aa07..1d271b0 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)