diff options
-rw-r--r-- | gcc/cp/decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 215a5fb..a2d2258 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -324,9 +324,9 @@ tree current_function_decl; tree current_function_return_value; -/* Nonzero means use the ISO C9x dialect of C. */ +/* Nonzero means use the ISO C99 dialect of C. */ -int flag_isoc9x; +int flag_isoc99; /* Nonzero means give `double' the same size as `float'. */ |