diff options
author | Werner Koch <[email protected]> | 2003-10-25 16:34:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-10-25 16:34:36 +0000 |
commit | d30da9ebdc822dc1e7349715dedf3d0d1783cfb7 (patch) | |
tree | 7d316699432d2697a20655288f741d81a046da0a /intl/hash-string.h | |
parent | Gettexized (diff) | |
download | gnupg-d30da9ebdc822dc1e7349715dedf3d0d1783cfb7.tar.gz gnupg-d30da9ebdc822dc1e7349715dedf3d0d1783cfb7.zip |
Updated to 0.12.1
Diffstat (limited to '')
-rw-r--r-- | intl/hash-string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/hash-string.h b/intl/hash-string.h index ccb7acca6..b267a8778 100644 --- a/intl/hash-string.h +++ b/intl/hash-string.h @@ -19,7 +19,7 @@ /* @@ end of prolog @@ */ #ifndef PARAMS -# if __STDC__ +# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES # define PARAMS(Args) Args # else # define PARAMS(Args) () |