Changeset 1834 for trunk/src/kmk/kbuild.c
- Timestamp:
- Oct 11, 2008, 9:07:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kbuild.c
r1832 r1834 50 50 #ifndef va_copy 51 51 # define va_copy(dst, src) do {(dst) = (src);} while (0) 52 #endif53 #ifdef _MSC_VER54 # define MY_INLINE _inline static55 #elif defined(__GNUC__)56 # define MY_INLINE static __inline__57 #else58 # define MY_INLINE static59 52 #endif 60 53
Note:
See TracChangeset
for help on using the changeset viewer.