diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-21 12:32:31 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-21 12:32:31 +0000 |
commit | e78e02f9da33302d53e051dcd5be73c8b76e2b6c (patch) | |
tree | 3fbee8135152fc6c25d9a819f2170bfaa73a1e08 /gcc/ada/seh_init.c | |
parent | f7a31d777cd586da603c18be6b3dc830ddb4454c (diff) | |
download | ppe42-gcc-e78e02f9da33302d53e051dcd5be73c8b76e2b6c.tar.gz ppe42-gcc-e78e02f9da33302d53e051dcd5be73c8b76e2b6c.zip |
* adaint.c: Move directive around.
* argv.c: Likewise.
* cio.c: Likewise.
* cstreams.c: Likewise.
* env.c: Likewise.
* exit.c: Likewise.
* init.c: Likewise.
* initialize.c: Likewise.
* raise.c: Likewise.
* seh_init.c: Likewise.
* targext.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194660 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/seh_init.c')
-rw-r--r-- | gcc/ada/seh_init.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/seh_init.c b/gcc/ada/seh_init.c index 772dab0aa84..9b3c081081d 100644 --- a/gcc/ada/seh_init.c +++ b/gcc/ada/seh_init.c @@ -32,10 +32,6 @@ /* This unit contains support for SEH (Structured Exception Handling). Right now the only implementation is for Win32. */ -#ifdef __cplusplus -extern "C" { -#endif - #ifdef IN_RTS #include "tconfig.h" #include "tsystem.h" @@ -50,6 +46,10 @@ extern "C" { #include "raise.h" +#ifdef __cplusplus +extern "C" { +#endif + /* Addresses of exception data blocks for predefined exceptions. */ extern struct Exception_Data constraint_error; extern struct Exception_Data numeric_error; |