summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-02-13 09:19:51 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-02-13 09:19:51 +0000
commitc5f583be8b0c19d88bccb1be4da407f69ea9a108 (patch)
tree22b61a2cef5dc218478d40515e8e0afe35a7de6c /gcc/c-tree.h
parentf0e199557989dacba2f3ad81ed82d8ddcc84300b (diff)
downloadgcc-c5f583be8b0c19d88bccb1be4da407f69ea9a108.tar.gz
(warn_missing_braces): Declared.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3472 138bc75d-0d04-0410-961f-82ee72b054a4
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 7b71e2bf881..7257888a8ad 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. */