summaryrefslogtreecommitdiffstats
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-15 00:00:56 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-15 00:00:56 +0000
commite23fd334f5220ef3b579f2553bf2be34c966c469 (patch)
tree548fe551fcdee2dd685c51071004d4a7a0349345 /gcc/c-common.h
parent3c556f04c64ac43ce21344ceb0d94165934b2b52 (diff)
downloadppe42-gcc-e23fd334f5220ef3b579f2553bf2be34c966c469.tar.gz
ppe42-gcc-e23fd334f5220ef3b579f2553bf2be34c966c469.zip
* Makefile.in (LOOSE_WARN): Add -fno-common.
* c-common.h (constant_string_class_name): Add missing extern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56334 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 8cdbbcee42a..038b23982e3 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -606,7 +606,7 @@ extern int print_struct_values;
/* ???. Undocumented. */
-const char *constant_string_class_name;
+extern const char *constant_string_class_name;
/* Warn if multiple methods are seen for the same selector, but with
different argument types. */
OpenPOWER on IntegriCloud