Fixed PECL bug #3527: Missing quotation marks in php_pdo_firebird_int.h

This commit is contained in:
Ard Biesheuvel 2005-02-21 13:57:02 +00:00
parent 01c0d589ef
commit bafbe90392

View File

@ -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