forked from Imagelibrary/rtems
2011-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* new-exceptions/bspsupport/vectors.h: Add extern "C" {}.
This commit is contained in:
@@ -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>
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||||
|
|||||||
@@ -39,6 +39,10 @@
|
|||||||
|
|
||||||
#include <libcpu/powerpc-utility.h>
|
#include <libcpu/powerpc-utility.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup ppc_exc PowerPC Exceptions
|
* @defgroup ppc_exc PowerPC Exceptions
|
||||||
*
|
*
|
||||||
@@ -502,4 +506,8 @@ typedef exception_handler_t cpuExcHandlerType;
|
|||||||
|
|
||||||
#endif /* ASM */
|
#endif /* ASM */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* LIBCPU_VECTORS_H */
|
#endif /* LIBCPU_VECTORS_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user