aboutsummaryrefslogtreecommitdiff
path: root/intl/intlh.inst.in
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2001-11-29 03:38:59 +0000
committerBen Elliston <bje@au.ibm.com>2001-11-29 03:38:59 +0000
commit1491f078cfe48411f5e046fa25bbe7cb1b2d57db (patch)
tree384bb70ec362537a22be5c2edbb5ab294a8d532e /intl/intlh.inst.in
parentba73e5c0425a23d60c2553775eaf1b4d921f290e (diff)
downloadgdb-1491f078cfe48411f5e046fa25bbe7cb1b2d57db.zip
gdb-1491f078cfe48411f5e046fa25bbe7cb1b2d57db.tar.gz
gdb-1491f078cfe48411f5e046fa25bbe7cb1b2d57db.tar.bz2
* Import GNU gettext 0.10.35.
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 62d323c..27cf6c7 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) ()