mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed PECL bug #3527: Missing quotation marks in php_pdo_firebird_int.h
This commit is contained in:
parent
01c0d589ef
commit
bafbe90392
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#define SHORT_MAX (1 << (8*sizeof(short)-1))
|
||||
|
||||
#if SIZEOF_LONG == 8
|
||||
# define LL_MASK l
|
||||
# define LL_MASK "l"
|
||||
# define LL_LIT(lit) lit ## L
|
||||
#else
|
||||
# ifdef PHP_WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue