Zend/zend_multiply: include cleanup

This commit is contained in:
Max Kellermann 2023-01-05 10:12:01 +01:00 committed by George Peter Banyard
parent 94f9a20ce6
commit b1d48774a7

View file

@ -17,11 +17,12 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
#include "zend_portability.h"
#ifndef ZEND_MULTIPLY_H #ifndef ZEND_MULTIPLY_H
#define ZEND_MULTIPLY_H #define ZEND_MULTIPLY_H
#include "zend_portability.h"
#include "zend.h" // for zend_error_noreturn()
#if PHP_HAVE_BUILTIN_SMULL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG #if PHP_HAVE_BUILTIN_SMULL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG
#define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \