diff options
author | Ben Elliston <bje@au.ibm.com> | 2001-11-29 03:23:40 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2001-11-29 03:23:40 +0000 |
commit | 2404ea55ab3d8b0fefaf834ca5cdc3fc39520ba1 (patch) | |
tree | 0f9830e44d8585c27de90f90d5f2c3b44525f386 /intl/intlh.inst.in | |
parent | cc89ffe60ba6d7f80278431ac8da8385d34c3af7 (diff) | |
download | binutils-cygnus.zip binutils-cygnus.tar.gz binutils-cygnus.tar.bz2 |
Import GNU gettext 0.10.35cygnus
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) () |