(flag_allow_single_precision): Declared.
authorRichard Stallman <rms@gnu.org>
Thu, 23 Sep 1993 02:05:43 +0000 (02:05 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 23 Sep 1993 02:05:43 +0000 (02:05 +0000)
From-SVN: r5426

gcc/c-tree.h

index 55ec5b1..f26fc3d 100644 (file)
@@ -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;