aboutsummaryrefslogtreecommitdiffstats
path: root/intl/hash-string.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-10-25 16:34:36 +0000
committerWerner Koch <[email protected]>2003-10-25 16:34:36 +0000
commitd30da9ebdc822dc1e7349715dedf3d0d1783cfb7 (patch)
tree7d316699432d2697a20655288f741d81a046da0a /intl/hash-string.h
parentGettexized (diff)
downloadgnupg-d30da9ebdc822dc1e7349715dedf3d0d1783cfb7.tar.gz
gnupg-d30da9ebdc822dc1e7349715dedf3d0d1783cfb7.zip
Updated to 0.12.1
Diffstat (limited to 'intl/hash-string.h')
-rw-r--r--intl/hash-string.h2
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) ()