Ignore:
Timestamp:
Feb 27, 2014, 1:35:25 AM (11 years ago)
Author:
bird
Message:

More openwatcom porting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/sys/gnu/cdefs.h

    r2187 r3823  
    300300
    301301/* __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 */
    303303# define __restrict     /* Ignore */
    304304#endif
Note: See TracChangeset for help on using the changeset viewer.