* c-typeck.c (initializer_constant_valid_p): Make non-static.
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 26 Jan 1994 23:24:12 +0000 (15:24 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 26 Jan 1994 23:24:12 +0000 (15:24 -0800)
From-SVN: r6433

gcc/c-typeck.c

index 990c56f356aed0f02cfce8fce24cee247ecbd223..2fa53d2a953041b0c53add424e5a02090f25a804 100644 (file)
@@ -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;