From d30da9ebdc822dc1e7349715dedf3d0d1783cfb7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 25 Oct 2003 16:34:36 +0000 Subject: Updated to 0.12.1 --- intl/hash-string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intl/hash-string.h') 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) () -- cgit