summaryrefslogtreecommitdiff
path: root/Zend/zend_long.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-25 21:20:44 +0200
committerAnatol Belski <ab@php.net>2014-08-25 21:20:44 +0200
commit28b7a033185478839c511551ce2344e459e7f880 (patch)
tree4db8d1c1d9def45116e626a6cf5ceb7f381a643d /Zend/zend_long.h
parent455741fce3c4f4392deb97775cba7a39f6490271 (diff)
downloadphp-git-28b7a033185478839c511551ce2344e459e7f880.tar.gz
master renamings phase 5
Diffstat (limited to 'Zend/zend_long.h')
-rw-r--r--Zend/zend_long.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_long.h b/Zend/zend_long.h
index 34441c6e45..9ac7c8e4b8 100644
--- a/Zend/zend_long.h
+++ b/Zend/zend_long.h
@@ -59,7 +59,7 @@ typedef off_t zend_off_t;
# error Cant enable 64 bit integers on non 64 bit platform
# endif
# endif
-# define SIZEOF_ZEND_INT 8
+# define SIZEOF_ZEND_LONG 8
#else
typedef long zend_long;
typedef unsigned long zend_ulong;
@@ -69,7 +69,7 @@ typedef long zend_off_t;
# define ZEND_ULONG_MAX ULONG_MAX
# define Z_I(i) i##L
# define Z_UL(i) i##UL
-# define SIZEOF_ZEND_INT SIZEOF_LONG
+# define SIZEOF_ZEND_LONG SIZEOF_LONG
#endif