Adjust variable names, comments, help strings.
From-SVN: r31692
This commit is contained in:
parent
e38beabc88
commit
83309c2651
@ -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'. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user