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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 6d0553902d4..c25cb112101 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -325,12 +325,12 @@ extern int warn_traditional;
extern int warn_char_subscripts;
-/* Warn if main is suspicious. */
+/* Warn if main is suspicious. */
extern int warn_main;
/* Nonzero means to allow single precision math even if we're generally
- being traditional. */
+ being traditional. */
extern int flag_allow_single_precision;
/* Warn if initializer is not completely bracketed. */
@@ -341,7 +341,7 @@ extern int warn_missing_braces;
extern int warn_sign_compare;
-/* Warn about testing equality of floating point numbers. */
+/* Warn about testing equality of floating point numbers. */
extern int warn_float_equal;