Ignore:
Timestamp:
Oct 25, 2006, 12:41:23 AM (17 years ago)
Author:
Bruno Cornec
Message:

mindi-busybox now uses busybox 1.2.2 (Thanks Rob for that last update and good lucck for your future projects).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi-busybox/include/platform.h

    r821 r902  
    7373# ifndef __extension__
    7474#  define __extension__
     75# endif
     76#endif
     77
     78/* gcc-2.95 had no va_copy but only __va_copy. */
     79#if !__GNUC_PREREQ (3,0)
     80# include <stdarg.h>
     81# if !defined va_copy && defined __va_copy
     82#  define va_copy(d,s) __va_copy((d),(s))
    7583# endif
    7684#endif
Note: See TracChangeset for help on using the changeset viewer.