OSDN Git Service

Adjust variable names, comments, help strings.
authordrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Jan 2000 19:10:00 +0000 (19:10 +0000)
committerdrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Jan 2000 19:10:00 +0000 (19:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31692 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/decl.c

index 215a5fb..a2d2258 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'.  */