]> granicus.if.org Git - php/commitdiff
wrong preprocessor command
authorMark Musone <musone@php.net>
Fri, 10 Sep 1999 18:21:41 +0000 (18:21 +0000)
committerMark Musone <musone@php.net>
Fri, 10 Sep 1999 18:21:41 +0000 (18:21 +0000)
ext/mcal/php3_mcal.c

index 7a8d529b5adc876e0d84fe78db6bde0e84698e0c..962fba6479853821ae4f3a3134ee9890de11941c 100644 (file)
@@ -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
 }