summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/php_pdo_firebird_int.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 /ext/pdo_firebird/php_pdo_firebird_int.h
parent455741fce3c4f4392deb97775cba7a39f6490271 (diff)
downloadphp-git-28b7a033185478839c511551ce2344e459e7f880.tar.gz
master renamings phase 5
Diffstat (limited to 'ext/pdo_firebird/php_pdo_firebird_int.h')
-rw-r--r--ext/pdo_firebird/php_pdo_firebird_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/php_pdo_firebird_int.h b/ext/pdo_firebird/php_pdo_firebird_int.h
index 20baebacaa..1fc610ce78 100644
--- a/ext/pdo_firebird/php_pdo_firebird_int.h
+++ b/ext/pdo_firebird/php_pdo_firebird_int.h
@@ -35,7 +35,7 @@
#define SHORT_MAX (1 << (8*sizeof(short)-1))
-#if SIZEOF_ZEND_INT == 8 && !defined(PHP_WIN32)
+#if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
# define LL_MASK "l"
# define LL_LIT(lit) lit ## L
#else