* libgcc2.c (__eh_type): Remove `extern' to make this a definition.
authorMike Stump <mrs@gcc.gnu.org>
Thu, 19 Jun 1997 02:09:33 +0000 (02:09 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 19 Jun 1997 02:09:33 +0000 (02:09 +0000)
From-SVN: r14260

gcc/libgcc2.c

index 29195119e733be0ad9118b865f480fdbbbef77e3..f2532a3474657dbb60cec29fd5ba6a1d8caefdfc 100644 (file)
@@ -3123,7 +3123,7 @@ __terminate ()
 
 extern void longjmp (void *, int);
 
-extern void *__eh_type;
+void *__eh_type;
 
 static void *top_elt[2];
 void **__dynamic_handler_chain = top_elt;