(div_and_round_double): Make it globally accessible.
authorTorbjorn Granlund <tege@gnu.org>
Wed, 29 Jun 1994 00:20:58 +0000 (00:20 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Wed, 29 Jun 1994 00:20:58 +0000 (00:20 +0000)
From-SVN: r7594

gcc/fold-const.c

index becfb4a964ab9a1869f18b2f90ad7abde776532f..fc611902aa4d9036d39dcf0ee0d98822b836cf25 100644 (file)
@@ -48,7 +48,7 @@ static jmp_buf float_error;
 
 static void encode     PROTO((HOST_WIDE_INT *, HOST_WIDE_INT, HOST_WIDE_INT));
 static void decode     PROTO((HOST_WIDE_INT *, HOST_WIDE_INT *, HOST_WIDE_INT *));
-static int div_and_round_double PROTO((enum tree_code, int, HOST_WIDE_INT,
+int div_and_round_double PROTO((enum tree_code, int, HOST_WIDE_INT,
                                       HOST_WIDE_INT, HOST_WIDE_INT,
                                       HOST_WIDE_INT, HOST_WIDE_INT *,
                                       HOST_WIDE_INT *, HOST_WIDE_INT *,
@@ -470,7 +470,7 @@ rrotate_double (l1, h1, count, prec, lv, hv)
    Return nonzero if the operation overflows.
    UNS nonzero says do unsigned division.  */
 
-static int
+int
 div_and_round_double (code, uns,
                      lnum_orig, hnum_orig, lden_orig, hden_orig,
                      lquo, hquo, lrem, hrem)