From: Ulrich Drepper Date: Sat, 29 Jan 2000 19:10:00 +0000 (+0000) Subject: Adjust variable names, comments, help strings. X-Git-Tag: prereleases/libstdc++-2.92~8468 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=83309c2651943886edcc94eac189cf665faab20d;p=gcc.git Adjust variable names, comments, help strings. From-SVN: r31692 --- diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 215a5fbb3a40..a2d2258b6888 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'. */