diff options
Diffstat (limited to 'gcc/ada/raise.c')
-rw-r--r-- | gcc/ada/raise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/raise.c b/gcc/ada/raise.c index a0c01216777..a61723d10e4 100644 --- a/gcc/ada/raise.c +++ b/gcc/ada/raise.c @@ -50,7 +50,7 @@ extern "C" { /* 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 - made in april 2008 and we need to preserve the possibility to bootstrap + made in April 2008 and we need to preserve the possibility to bootstrap with an older base version. */ #if defined (IN_GCC) && !defined (IN_RTS) |