Changeset 0f7b6eff in rtems
- Timestamp:
- Feb 17, 2011, 3:30:08 AM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- e226bd64
- Parents:
- 3c4d8cd1
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
r3c4d8cd1 r0f7b6eff 1 2011-02-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * new-exceptions/bspsupport/vectors.h: Add extern "C" {}. 4 1 5 2011-02-16 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 6 -
c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h
r3c4d8cd1 r0f7b6eff 39 39 40 40 #include <libcpu/powerpc-utility.h> 41 42 #ifdef __cplusplus 43 extern "C" { 44 #endif 41 45 42 46 /** … … 507 511 #endif /* ASM */ 508 512 513 #ifdef __cplusplus 514 } 515 #endif 516 509 517 #endif /* LIBCPU_VECTORS_H */
Note: See TracChangeset
for help on using the changeset viewer.