summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1996-03-13 15:20:46 -0800
committerJim Wilson <wilson@gcc.gnu.org>1996-03-13 15:20:46 -0800
commitab68478599dfe7de2ae6c0c210d2b7507c07c3fa (patch)
treec8e7ab2d82dc445278604c8dbf7843be22bbe872 /gcc/c-tree.h
parentd5967781ed1b807cc7a1609796de1c5e5ba9af42 (diff)
downloadgcc-ab68478599dfe7de2ae6c0c210d2b7507c07c3fa.tar.gz
(warn_sign_compare): Add extern to declaration.
From-SVN: r11526
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 4538f4b32ac..21d0b49d426 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -479,7 +479,7 @@ extern int warn_missing_braces;
/* Warn about comparison of signed and unsigned values. */
-int warn_sign_compare;
+extern int warn_sign_compare;
/* Nonzero means this is a function to call to perform comptypes
on two record types. */