From: Bruno Haible Date: Tue, 29 Oct 2002 21:49:07 +0000 (+0000) Subject: Update. X-Git-Tag: v0.12~1237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eed3a1cd8a143c2af738ba21fb3e9073ecca3e04;p=thirdparty%2Fgettext.git Update. --- diff --git a/libasprintf/libstdarg.h b/libasprintf/libstdarg.h index ffc494d38..79c86daed 100644 --- a/libasprintf/libstdarg.h +++ b/libasprintf/libstdarg.h @@ -19,7 +19,7 @@ #ifndef _LIBSTDARG_H #define _LIBSTDARG_H -#if __STDC__ || defined __cplusplus +#if __STDC__ || defined __SUNPRO_C || defined __cplusplus # include # define VA_START(args, lastarg) va_start (args, lastarg) # define VA_PARAMS(stdc_params, oldc_params) stdc_params