]> granicus.if.org Git - php/commitdiff
Apply calling convention explicitly to the function, not to the decl.
authorAnatol Belski <ab@php.net>
Mon, 11 Dec 2017 11:26:47 +0000 (12:26 +0100)
committerAnatol Belski <ab@php.net>
Mon, 11 Dec 2017 11:33:27 +0000 (12:33 +0100)
Zend/zend_compile.h

index a615cf620e4b15ff9f82e3004399080c26cdfe26..868f3ab986ca8cfd48b30cb87246b3d83a130b2a 100644 (file)
@@ -408,7 +408,7 @@ struct _zend_op_array {
 #define ZEND_RETURN_REFERENCE                  1
 
 /* zend_internal_function_handler */
-typedef void ZEND_FASTCALL (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS);
+typedef void (ZEND_FASTCALL *zif_handler)(INTERNAL_FUNCTION_PARAMETERS);
 
 typedef struct _zend_internal_function {
        /* Common elements */