]> granicus.if.org Git - php/commitdiff
- cleaner fix
authorPierre Joye <pajoye@php.net>
Mon, 4 May 2009 17:11:22 +0000 (17:11 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 4 May 2009 17:11:22 +0000 (17:11 +0000)
ext/date/php_date.c

index 3164b3b818107883a76844421458e2bc7f74c470..24cd9ec3631f16470a8d8786756d9397093796fd 100644 (file)
@@ -33,7 +33,6 @@
 
 #ifdef PHP_WIN32
 # include "win32/php_stdint.h"
-static inline int64_t llabs( int64_t i ) { return i >= 0? i: -i; }
 #endif
 
 /* {{{ arginfo */