summaryrefslogtreecommitdiffstats
path: root/intl/plural-exp.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-11-10 00:26:33 +0000
committerBruno Haible <bruno@clisp.org>2009-06-21 22:56:20 +0200
commit16fc59ed82f19035c88eb0f72899ca669655d405 (patch)
treef0bd8b78d3fc7476b447478579de30e399d8f713 /intl/plural-exp.h
parent38097b81318ccf9ef8616ca9f1c264e0aca177c1 (diff)
downloadexternal_gettext-16fc59ed82f19035c88eb0f72899ca669655d405.zip
external_gettext-16fc59ed82f19035c88eb0f72899ca669655d405.tar.gz
external_gettext-16fc59ed82f19035c88eb0f72899ca669655d405.tar.bz2
Make PARAMS work better on Solaris.
Diffstat (limited to 'intl/plural-exp.h')
-rw-r--r--intl/plural-exp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/plural-exp.h b/intl/plural-exp.h
index 52eec48..a4b8e96 100644
--- a/intl/plural-exp.h
+++ b/intl/plural-exp.h
@@ -21,7 +21,7 @@
#define _PLURAL_EXP_H
#ifndef PARAMS
-# if __STDC__
+# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES
# define PARAMS(args) args
# else
# define PARAMS(args) ()