diff options
Diffstat (limited to 'intl/intlh.inst.in')
-rw-r--r-- | intl/intlh.inst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/intlh.inst.in b/intl/intlh.inst.in index 62d323cd8c1..27cf6c74b1f 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) () |