aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1993-04-01 16:58:13 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1993-04-01 16:58:13 +0000
commit9d1bd99c2b3b74316d4f4c7eefc929a06681dff5 (patch)
treed097f9d6c93cf101e17878e365e989737e89114e /gcc
parent26ba80fc72d81b6b1f5af06e74c0f67d29657016 (diff)
downloadgcc-9d1bd99c2b3b74316d4f4c7eefc929a06681dff5.zip
gcc-9d1bd99c2b3b74316d4f4c7eefc929a06681dff5.tar.gz
gcc-9d1bd99c2b3b74316d4f4c7eefc929a06681dff5.tar.bz2
Eliminate extern needed warning messages that the MIPS compiler generates.
From-SVN: r3986
Diffstat (limited to 'gcc')
-rw-r--r--gcc/real.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/real.c b/gcc/real.c
index 5ef2ef1..47193f9 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -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. */