]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update.
authorBruno Haible <bruno@clisp.org>
Tue, 29 Oct 2002 21:49:07 +0000 (21:49 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:49 +0000 (12:08 +0200)
libasprintf/libstdarg.h

index ffc494d38db480ce0c5ab7f7731352cdd5fe9d22..79c86daedf62076bb4c77b8ca2a8c143b82a9070 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef _LIBSTDARG_H
 #define _LIBSTDARG_H
 
-#if __STDC__ || defined __cplusplus
+#if __STDC__ || defined __SUNPRO_C || defined __cplusplus
 # include <stdarg.h>
 # define VA_START(args, lastarg) va_start (args, lastarg)
 # define VA_PARAMS(stdc_params, oldc_params) stdc_params