diff options
author | Ben Elliston <bje@au.ibm.com> | 2001-11-29 03:38:59 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2001-11-29 03:38:59 +0000 |
commit | 1491f078cfe48411f5e046fa25bbe7cb1b2d57db (patch) | |
tree | 384bb70ec362537a22be5c2edbb5ab294a8d532e /intl/intlh.inst.in | |
parent | ba73e5c0425a23d60c2553775eaf1b4d921f290e (diff) | |
download | gdb-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.in | 2 |
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) () |