Eliminate extern needed warning messages that the MIPS compiler generates.
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 1 Apr 1993 16:58:13 +0000 (16:58 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 1 Apr 1993 16:58:13 +0000 (16:58 +0000)
From-SVN: r3986

gcc/real.c

index 5ef2ef19cc33f8aeed0e8e464121d4a204516ef8..47193f9c60cbe27c4194c5f09da890bfbbba8191 100644 (file)
@@ -261,8 +261,8 @@ void asctoe (), asctoe24 (), asctoe53 (), asctoe64 ();
 void etoasc (), e24toasc (), e53toasc (), e64toasc ();
 void etoe64 (), etoe53 (), etoe24 (), e64toe (), e53toe (), e24toe ();
 void mtherr ();
-unsigned EMUSHORT ezero[], ehalf[], eone[], etwo[];
-unsigned EMUSHORT elog2[], esqrt2[];
+extern unsigned EMUSHORT ezero[], ehalf[], eone[], etwo[];
+extern unsigned EMUSHORT elog2[], esqrt2[];
 
 /* Pack output array with 32-bit numbers obtained from
    array containing 16-bit numbers, swapping ends if required. */