mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Zend/zend_multiply: include cleanup
This commit is contained in:
parent
94f9a20ce6
commit
b1d48774a7
1 changed files with 3 additions and 2 deletions
|
@ -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 { \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue