diff options
author | Mark Musone <musone@php.net> | 1999-09-10 18:21:41 +0000 |
---|---|---|
committer | Mark Musone <musone@php.net> | 1999-09-10 18:21:41 +0000 |
commit | 75b03f5f729ab968f0a867a93e987a74ae018c9e (patch) | |
tree | 9bb1dc21f442662ee18c54a1264fc42bd5c92fed /ext/mcal | |
parent | c8f88a0c0b71fef6191228c9a44dd1f2bec96d4b (diff) | |
download | php-git-75b03f5f729ab968f0a867a93e987a74ae018c9e.tar.gz |
wrong preprocessor command
Diffstat (limited to 'ext/mcal')
-rw-r--r-- | ext/mcal/php3_mcal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |