]> granicus.if.org Git - php/commitdiff
- MFH: fix build
authorPierre Joye <pajoye@php.net>
Tue, 5 May 2009 10:58:24 +0000 (10:58 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 5 May 2009 10:58:24 +0000 (10:58 +0000)
ext/date/php_date.c

index ef272fa5e868d90903a9358f955b59bd6f60f78e..8e53cc0f4360152b5df559f065305f08cd8c3c4f 100644 (file)
@@ -31,7 +31,7 @@
 #include <time.h>
 
 #ifdef PHP_WIN32
-static inline __int64 llabs( __int64 i ) { return i >= 0? i: -i; }
+static __inline __int64 llabs( __int64 i ) { return i >= 0? i: -i; }
 #endif
 
 /* {{{ arginfo */