aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-02-13 09:19:51 +0000
committerRichard Stallman <rms@gnu.org>1993-02-13 09:19:51 +0000
commit83091176944e990c5bf69cdb08c37bd56863e1c2 (patch)
tree22b61a2cef5dc218478d40515e8e0afe35a7de6c /gcc
parent36e6fa6962cdcd491846b5cab0e78bba65f6351f (diff)
downloadgcc-83091176944e990c5bf69cdb08c37bd56863e1c2.zip
gcc-83091176944e990c5bf69cdb08c37bd56863e1c2.tar.gz
gcc-83091176944e990c5bf69cdb08c37bd56863e1c2.tar.bz2
(warn_missing_braces): Declared.
From-SVN: r3472
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 7b71e2b..7257888 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -400,6 +400,10 @@ extern int flag_traditional;
extern int warn_parentheses;
+/* Warn if initializer is not completely bracketed. */
+
+extern int warn_missing_braces;
+
/* Nonzero means this is a function to call to perform comptypes
on two record types. */