Commit b3fe11b8 by Richard Stallman

(flag_allow_single_precision): Declared.

From-SVN: r5426
parent 55b4742b
......@@ -432,6 +432,10 @@ extern int warn_conversion;
extern int flag_traditional;
/* Nonzero means to allow single precision math even if we're generally
being traditional. */
extern int flag_allow_single_precision;
/* Nonzero means warn about suggesting putting in ()'s. */
extern int warn_parentheses;
......
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