summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-tree.h')
-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 55ec5b16105..f26fc3df229 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;