summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-29 19:10:00 +0000
committerdrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-29 19:10:00 +0000
commitc36b9c5477fa560faad4ce62fbf717798cd6fa42 (patch)
treefde61ed9e48bf96bf278e3129292bee4a6928b7d
parent0234596829b4a39678c1a3769c8c10adc99ba14b (diff)
downloadppe42-gcc-c36b9c5477fa560faad4ce62fbf717798cd6fa42.tar.gz
ppe42-gcc-c36b9c5477fa560faad4ce62fbf717798cd6fa42.zip
Adjust variable names, comments, help strings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31692 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/decl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 215a5fbb3a4..a2d2258b688 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'. */
OpenPOWER on IntegriCloud