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 | c3a13325c4a0565b12405dc9dd9e116264e6ad9d (patch) | |
tree | 5e29a587b205020a1286e54fb9ecdb4a3e70ccdc /intl/intlh.inst.in | |
parent | 2d376fdcb21fbe2beaf1ba041c6ecb5d75f507a5 (diff) | |
download | gdb-c3a13325c4a0565b12405dc9dd9e116264e6ad9d.tar.gz |
* 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 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) () |