summaryrefslogtreecommitdiff
path: root/intl/intlh.inst.in
diff options
context:
space:
mode:
Diffstat (limited to 'intl/intlh.inst.in')
-rw-r--r--intl/intlh.inst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/intlh.inst.in b/intl/intlh.inst.in
index 62d323cd8c..27cf6c74b1 100644
--- a/intl/intlh.inst.in
+++ b/intl/intlh.inst.in
@@ -26,7 +26,7 @@
#define __USE_GNU_GETTEXT 1
#ifndef PARAMS
-# if __STDC__
+# if __STDC__ || defined __cplusplus
# define PARAMS(args) args
# else
# define PARAMS(args) ()