Ignore:
Timestamp:
Oct 11, 2008, 9:07:29 PM (17 years ago)
Author:
bird
Message:

kmk: assertions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kbuild.c

    r1832 r1834  
    5050#ifndef va_copy
    5151# define va_copy(dst, src) do {(dst) = (src);} while (0)
    52 #endif
    53 #ifdef _MSC_VER
    54 # define MY_INLINE  _inline static
    55 #elif defined(__GNUC__)
    56 # define MY_INLINE  static __inline__
    57 #else
    58 # define MY_INLINE  static
    5952#endif
    6053
Note: See TracChangeset for help on using the changeset viewer.