From 83309c2651943886edcc94eac189cf665faab20d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 29 Jan 2000 19:10:00 +0000 Subject: [PATCH] Adjust variable names, comments, help strings. From-SVN: r31692 --- gcc/cp/decl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'. */ -- 2.43.5