Commit 83309c26 by Ulrich Drepper

Adjust variable names, comments, help strings.

From-SVN: r31692
parent e38beabc
......@@ -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'. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment