Changeset 1923 in kBuild
- Timestamp:
- Oct 24, 2008 2:11:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kbuild.c
r1922 r1923 47 47 48 48 #include <assert.h> 49 #include <stdarg.h>50 49 51 50 … … 53 52 * Defined Constants And Macros * 54 53 *******************************************************************************/ 55 #ifndef va_copy56 # define va_copy(dst, src) do {(dst) = (src);} while (0)57 #endif58 59 54 /** Helper for passing a string constant to kbuild_get_variable_n. */ 60 55 #define ST(strconst) strconst, sizeof(strconst) - 1
Note:
See TracChangeset
for help on using the changeset viewer.