diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1994-01-26 15:24:12 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1994-01-26 15:24:12 -0800 |
commit | ca1f6b57bb27559aebdc190df45e3aba3dabda39 (patch) | |
tree | f1df9da704394db02d4c074769d197e2f48b42f8 /gcc | |
parent | 5124001030dc20e5f754fca846c0a3c07d2dcfa2 (diff) | |
download | gcc-ca1f6b57bb27559aebdc190df45e3aba3dabda39.zip gcc-ca1f6b57bb27559aebdc190df45e3aba3dabda39.tar.gz gcc-ca1f6b57bb27559aebdc190df45e3aba3dabda39.tar.bz2 |
* c-typeck.c (initializer_constant_valid_p): Make non-static.
From-SVN: r6433
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-typeck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 990c56f..2fa53d2 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -4032,7 +4032,7 @@ warn_for_assignment (msg, opname, function, argnum) therefore, we do not need to check for such things as arithmetic-combinations of integers. */ -static tree +tree initializer_constant_valid_p (value, endtype) tree value; tree endtype; |