2011-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* new-exceptions/bspsupport/vectors.h: Add extern "C" {}.
This commit is contained in:
Ralf Corsepius
2011-02-17 03:30:18 +00:00
parent 6a0fb2a9d7
commit 91d96cd49e
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* new-exceptions/bspsupport/vectors.h: Add extern "C" {}.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -39,6 +39,10 @@
#include <libcpu/powerpc-utility.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @defgroup ppc_exc PowerPC Exceptions
*
@@ -502,4 +506,8 @@ typedef exception_handler_t cpuExcHandlerType;
#endif /* ASM */
#ifdef __cplusplus
}
#endif
#endif /* LIBCPU_VECTORS_H */