aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-09-23 02:05:43 +0000
committerRichard Stallman <rms@gnu.org>1993-09-23 02:05:43 +0000
commitb3fe11b85b8de2f0ad2c9dba44b9d5017643517b (patch)
tree981b8bdbcfb783be9fe163d3acec4b72eef7d9a7 /gcc
parent55b4742bf3c19a27be75a5512d09851a764eca38 (diff)
downloadgcc-b3fe11b85b8de2f0ad2c9dba44b9d5017643517b.zip
gcc-b3fe11b85b8de2f0ad2c9dba44b9d5017643517b.tar.gz
gcc-b3fe11b85b8de2f0ad2c9dba44b9d5017643517b.tar.bz2
(flag_allow_single_precision): Declared.
From-SVN: r5426
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-tree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 55ec5b1..f26fc3d 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -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;