diff options
author | Ulrich Drepper <drepper@gcc.gnu.org> | 2000-01-29 18:59:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@gcc.gnu.org> | 2000-01-29 18:59:40 +0000 |
commit | 3194854770602ec204dbfb8b3d469b56d5ef4d9c (patch) | |
tree | e93db4a12bbae12f8654d3ebe3b73a3c32c6088a /gcc/c-tree.h | |
parent | 10b52f46188f1e93b43a435c6d2f589a974555fe (diff) | |
download | gcc-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-tree.h')
-rw-r--r-- | gcc/c-tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 5744760..67013e3 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -403,9 +403,9 @@ extern int warn_main; extern int flag_traditional; -/* Nonzero means use the ISO C9x dialect of C. */ +/* Nonzero means use the ISO C99 dialect of C. */ -extern int flag_isoc9x; +extern int flag_isoc99; /* Nonzero means to allow single precision math even if we're generally being traditional. */ |