diff options
Diffstat (limited to 'intl/hash-string.h')
-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) () |