diff options
author | Richard Henderson <rth@redhat.com> | 2002-08-14 17:00:56 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-08-14 17:00:56 -0700 |
commit | fd350d241fecf6ce538c72978ba4483e6a8fb549 (patch) | |
tree | 548fe551fcdee2dd685c51071004d4a7a0349345 /gcc/c-common.h | |
parent | 182d89a3e9e9477e6fd7fae846e2033ee6e287cd (diff) | |
download | gcc-fd350d241fecf6ce538c72978ba4483e6a8fb549.zip gcc-fd350d241fecf6ce538c72978ba4483e6a8fb549.tar.gz gcc-fd350d241fecf6ce538c72978ba4483e6a8fb549.tar.bz2 |
Makefile.in (LOOSE_WARN): Add -fno-common.
* Makefile.in (LOOSE_WARN): Add -fno-common.
* c-common.h (constant_string_class_name): Add missing extern.
From-SVN: r56334
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 8cdbbcee..038b239 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. */ |