]> granicus.if.org Git - php/commitdiff
Fix gcc version check - bug #50771
authorRasmus Lerdorf <rasmus@php.net>
Fri, 15 Jan 2010 18:26:53 +0000 (18:26 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 15 Jan 2010 18:26:53 +0000 (18:26 +0000)
Zend/zend.h

index dbc842a80a31d80440356319bbf0f4ce5e263a05..b60e23504fecb1a446a83d86b2866a4e9033999d 100644 (file)
@@ -178,7 +178,7 @@ char *alloca ();
 #endif
 
 
-#if defined(__GNUC__) && ZEND_GCC_VERSION >= 3400
+#if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004
 #else
 # define __restrict__
 #endif