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>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user