aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1994-01-26 15:24:12 -0800
committerPer Bothner <bothner@gcc.gnu.org>1994-01-26 15:24:12 -0800
commitca1f6b57bb27559aebdc190df45e3aba3dabda39 (patch)
treef1df9da704394db02d4c074769d197e2f48b42f8
parent5124001030dc20e5f754fca846c0a3c07d2dcfa2 (diff)
downloadgcc-ca1f6b57bb27559aebdc190df45e3aba3dabda39.zip
gcc-ca1f6b57bb27559aebdc190df45e3aba3dabda39.tar.gz
gcc-ca1f6b57bb27559aebdc190df45e3aba3dabda39.tar.bz2
* c-typeck.c (initializer_constant_valid_p): Make non-static.
From-SVN: r6433
-rw-r--r--gcc/c-typeck.c2
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;