From 438ee47fa49f415baa8e6e9aea8d697aff121c93 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Fri, 15 Jul 2011 20:10:04 +0000 Subject: 2011-07-15 Basile Starynkevitch MELT branch merged with trunk rev 176319 using svnmerge. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@176330 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/tracebak.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'gcc/ada/tracebak.c') diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index c16741de7ec..6764cd42755 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 -- cgit v1.2.1