summaryrefslogtreecommitdiffstats
path: root/intl/plural-exp.h
diff options
context:
space:
mode:
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) ()