Adjust variable names, comments, help strings.

From-SVN: r31692
This commit is contained in:
Ulrich Drepper 2000-01-29 19:10:00 +00:00
parent e38beabc88
commit 83309c2651

View 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'. */