From bafbe90392f95af4c6ad7175a6799238ff1cc870 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Mon, 21 Feb 2005 13:57:02 +0000 Subject: [PATCH] Fixed PECL bug #3527: Missing quotation marks in php_pdo_firebird_int.h --- ext/pdo_firebird/php_pdo_firebird_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1