From: Ard Biesheuvel Date: Mon, 21 Feb 2005 13:57:02 +0000 (+0000) Subject: Fixed PECL bug #3527: Missing quotation marks in php_pdo_firebird_int.h X-Git-Tag: RELEASE_0_3~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bafbe90392f95af4c6ad7175a6799238ff1cc870;p=php Fixed PECL bug #3527: Missing quotation marks in php_pdo_firebird_int.h --- diff --git a/ext/pdo_firebird/php_pdo_firebird_int.h b/ext/pdo_firebird/php_pdo_firebird_int.h index 7e0e2e66a8..39213c5bf4 100644 --- a/ext/pdo_firebird/php_pdo_firebird_int.h +++ b/ext/pdo_firebird/php_pdo_firebird_int.h @@ -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