diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2012-12-21 12:32:31 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2012-12-21 12:32:31 +0000 |
commit | 8afd02aa6b640b7098bf40bbda3e72a14d3f07b3 (patch) | |
tree | 3fbee8135152fc6c25d9a819f2170bfaa73a1e08 /gcc/ada/raise.c | |
parent | d846aac9be9a94adc1be78166db42df57da3490a (diff) | |
download | gcc-8afd02aa6b640b7098bf40bbda3e72a14d3f07b3.zip gcc-8afd02aa6b640b7098bf40bbda3e72a14d3f07b3.tar.gz gcc-8afd02aa6b640b7098bf40bbda3e72a14d3f07b3.tar.bz2 |
adaint.c: Move directive around.
* 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.
From-SVN: r194660
Diffstat (limited to 'gcc/ada/raise.c')
-rw-r--r-- | gcc/ada/raise.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/raise.c b/gcc/ada/raise.c index 35b0e98..d17b9dd 100644 --- a/gcc/ada/raise.c +++ b/gcc/ada/raise.c @@ -32,10 +32,6 @@ /* Shared routines to support exception handling. __gnat_unhandled_terminate is shared between all exception handling mechanisms. */ -#ifdef __cplusplus -extern "C" { -#endif - #ifdef IN_RTS #include "tconfig.h" #include "tsystem.h" @@ -47,6 +43,10 @@ extern "C" { #include "adaint.h" #include "raise.h" +#ifdef __cplusplus +extern "C" { +#endif + /* Wrapper to builtin_longjmp. This is for the compiler eh only, as the sjlj runtime library interfaces directly to the intrinsic. We can't yet do this for the compiler itself, because this capability relies on changes |