Changeset 1923 for trunk


Ignore:
Timestamp:
Oct 24, 2008, 4:11:32 AM (17 years ago)
Author:
bird
Message:

kbuild.c: got rid of the va_list fun.

File:
1 edited

Legend:

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

    r1922 r1923  
    4747
    4848#include <assert.h>
    49 #include <stdarg.h>
    5049
    5150
     
    5352*   Defined Constants And Macros                                               *
    5453*******************************************************************************/
    55 #ifndef va_copy
    56 # define va_copy(dst, src) do {(dst) = (src);} while (0)
    57 #endif
    58 
    5954/** Helper for passing a string constant to kbuild_get_variable_n. */
    6055#define ST(strconst) strconst, sizeof(strconst) - 1
Note: See TracChangeset for help on using the changeset viewer.