]> granicus.if.org Git - php/commitdiff
Should build with PHP5 now...
authorWez Furlong <wez@php.net>
Wed, 18 Jun 2003 19:48:02 +0000 (19:48 +0000)
committerWez Furlong <wez@php.net>
Wed, 18 Jun 2003 19:48:02 +0000 (19:48 +0000)
ext/sqlite/sqlite.c

index f9ac9b31dc033f82719fd586894f34bc7e466056..40069a2b6277ed90b9753ec400942a5331da15ae 100644 (file)
@@ -42,7 +42,7 @@
 #define safe_emalloc(a,b,c) emalloc((a)*(b)+(c))
 #endif
 
-#ifndef OnUpdateLong
+#ifndef ZEND_ENGINE_2
 # define OnUpdateLong OnUpdateInt
 #endif