]> granicus.if.org Git - php/commitdiff
make SUNs c89 happy
authorThies C. Arntzen <thies@php.net>
Fri, 17 Sep 1999 13:57:24 +0000 (13:57 +0000)
committerThies C. Arntzen <thies@php.net>
Fri, 17 Sep 1999 13:57:24 +0000 (13:57 +0000)
Zend/zend_execute.c

index 49b84315e0f81f8f78eef27af5625f72e7e3d479..19b95849cd6b824c97eca36e5b645f105626a97d 100644 (file)
 #include <stdio.h>
 #include <signal.h>
 
-#if defined(HAVE_ALLOCA) && defined(HAVE_ALLOCA_H)
-# include <alloca.h>
-#endif
-
 #include "zend.h"
 #include "zend_compile.h"
 #include "zend_execute.h"
@@ -35,6 +31,9 @@
 #include "zend_constants.h"
 #include "zend_extensions.h"
 
+#if defined(HAVE_ALLOCA) && defined(HAVE_ALLOCA_H)
+# include <alloca.h>
+#endif
 
 #define get_zval_ptr(node, Ts, should_free, type) _get_zval_ptr(node, Ts, should_free ELS_CC)
 #define get_zval_ptr_ptr(node, Ts, type) _get_zval_ptr_ptr(node, Ts ELS_CC)