From 75b03f5f729ab968f0a867a93e987a74ae018c9e Mon Sep 17 00:00:00 2001 From: Mark Musone Date: Fri, 10 Sep 1999 18:21:41 +0000 Subject: [PATCH] wrong preprocessor command --- ext/mcal/php3_mcal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mcal/php3_mcal.c b/ext/mcal/php3_mcal.c index 7a8d529b5a..962fba6479 100644 --- a/ext/mcal/php3_mcal.c +++ b/ext/mcal/php3_mcal.c @@ -235,7 +235,7 @@ static int add_assoc_object(pval *arg, char *key, pval tmp) return zend_hash_update(symtable, key, strlen(key)+1, (void *) &tmp, sizeof(pval *), NULL); #else return _php3_hash_update(arg->value.ht, key, strlen(key)+1, (void *) &tmp, sizeof(pval), NULL); -#end +#endif } -- 2.50.1