Ignore:
Timestamp:
Nov 21, 2000, 5:35:37 AM (25 years ago)
Author:
bird
Message:

Watcom addjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/fastdep.c

    r4619 r4653  
    1 /* $Id: fastdep.c,v 1.22 2000-11-19 08:29:12 bird Exp $
     1/* $Id: fastdep.c,v 1.23 2000-11-21 04:35:36 bird Exp $
    22 *
    33 * Fast dependents. (Fast = Quick and Dirty!)
     
    3232#   elif defined(__IBMCPP__)
    3333#       define INLINE inline
     34#   elif defined(__WATCOMC__)
     35#       define INLINE __inline
     36#   elif defined(__WATCOM_CPLUSPLUS__)
     37#       define INLINE inline
    3438#   else
    35 #       error "unknown compiler - inline keyword unknown!"
     39#       error message("unknown compiler - inline keyword unknown!")
    3640#   endif
    3741#endif
Note: See TracChangeset for help on using the changeset viewer.