diff options
Diffstat (limited to 'gcc/ada/tracebak.c')
-rw-r--r-- | gcc/ada/tracebak.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index c16741d..6764cd4 100644 --- a/gcc/ada/tracebak.c +++ b/gcc/ada/tracebak.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2000-2010, AdaCore * + * Copyright (C) 2000-2011, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -46,6 +46,10 @@ Alpha/VMS */ +#ifdef __cplusplus +extern "C" { +#endif + #ifdef __alpha_vxworks #include "vxWorks.h" #endif @@ -513,3 +517,7 @@ __gnat_backtrace (void **array ATTRIBUTE_UNUSED, #endif #endif + +#ifdef __cplusplus +} +#endif |