Changeset 1517 for trunk/src/emx/include/error.h
- Timestamp:
- Sep 19, 2004, 5:53:31 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/error.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1516 r1517 2 2 /** @file 3 3 * GLIBC v2.3.2 4 * 5 * @changed bird: shut up -Wundef. 4 6 */ 5 7 … … 29 31 #ifndef __attribute__ 30 32 /* This feature is available in gcc versions 2.5 and later. */ 31 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__33 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || (defined(__STRICT_ANSI__) && __STRICT_ANSI__) /* bird: shut up -Wundef */ 32 34 # define __attribute__(Spec) /* empty */ 33 35 # endif -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.