mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 19:25:39 +08:00
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
|
||||
|
||||
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/rtems/cdefs.h: New.
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _SYS_CDEFS_H_
|
||||
#define _SYS_CDEFS_H_
|
||||
#ifndef _RTEMS_CDEFS_H_
|
||||
#define _RTEMS_CDEFS_H_
|
||||
|
||||
#if defined(__cplusplus)
|
||||
#define __BEGIN_DECLS extern "C" {
|
||||
@@ -174,4 +174,4 @@
|
||||
#define __COPYRIGHT(s) __IDSTRING(copyright,s)
|
||||
#endif
|
||||
|
||||
#endif /* !_SYS_CDEFS_H_ */
|
||||
#endif /* !_RTEMS_CDEFS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user