Changeset 3823 for trunk/libc/include/sys/gnu/cdefs.h
- Timestamp:
- Feb 27, 2014, 1:35:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/include/sys/gnu/cdefs.h
r2187 r3823 300 300 301 301 /* __restrict is known in EGCS 1.2 and above. */ 302 #if !__GNUC_PREREQ (2,92) 302 #if !__GNUC_PREREQ (2,92) && !__KLIBC_WATCOM_C99_PREREQ (12,3) /* bird added the latter */ 303 303 # define __restrict /* Ignore */ 304 304 #endif
Note:
See TracChangeset
for help on using the changeset viewer.