]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak for SunPRO C.
authorBruno Haible <bruno@clisp.org>
Tue, 29 Oct 2002 21:50:17 +0000 (21:50 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:49 +0000 (12:08 +0200)
libasprintf/printf-args.h
libasprintf/vasnprintf.h
libasprintf/vasprintf.h

index cc0d321383eaf6d63282dac5aac49768566fbf9d..55c81912b135b33d092f8e49002c89197a1c2b75 100644 (file)
@@ -25,7 +25,7 @@
 #endif
 
 /* Get va_list.  */
-#if __STDC__ || defined __cplusplus
+#if __STDC__ || defined __SUNPRO_C || defined __cplusplus
 # include <stdarg.h>
 #else
 # include <varargs.h>
index 6b689348793e7a5f344346d241d54b77abd28155..903e7bccb1b371a4ad2d5f568dc11fe43b5489fe 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 
 /* Get va_list.  */
-#if __STDC__ || defined __cplusplus
+#if __STDC__ || defined __SUNPRO_C || defined __cplusplus
 # include <stdarg.h>
 #else
 # include <varargs.h>
index b99e629cd0b5c4ba60a3da2ff7dbaf5adaced4cb..31434193804af657905ba66eb7a64e1dcaec7657 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 
 /* Get va_list.  */
-#if __STDC__ || defined __cplusplus
+#if __STDC__ || defined __SUNPRO_C || defined __cplusplus
 # include <stdarg.h>
 #else
 # include <varargs.h>