]> gcc.gnu.org Git - gcc.git/commitdiff
Adjust variable names, comments, help strings.
authorUlrich Drepper <drepper@gcc.gnu.org>
Sat, 29 Jan 2000 19:10:00 +0000 (19:10 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Sat, 29 Jan 2000 19:10:00 +0000 (19:10 +0000)
From-SVN: r31692

gcc/cp/decl.c

index 215a5fbb3a4018fd1d70f2822a0706560a19f3fb..a2d2258b6888765f3b4ae75a1d2552f9f7e42bf0 100644 (file)
@@ -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'.  */
 
This page took 0.078391 seconds and 5 git commands to generate.