* libgcc2.c (__eh_type): Remove `extern' to make this a definition.

From-SVN: r14260
This commit is contained in:
Mike Stump 1997-06-19 02:09:33 +00:00
parent 7b1f7d51a7
commit e1c8c76b5b
1 changed files with 1 additions and 1 deletions

View 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;