]> granicus.if.org Git - php/commitdiff
Fixed PECL bug #3527: Missing quotation marks in php_pdo_firebird_int.h
authorArd Biesheuvel <abies@php.net>
Mon, 21 Feb 2005 13:57:02 +0000 (13:57 +0000)
committerArd Biesheuvel <abies@php.net>
Mon, 21 Feb 2005 13:57:02 +0000 (13:57 +0000)
ext/pdo_firebird/php_pdo_firebird_int.h

index 7e0e2e66a81a6d03859cb9959dd66ad7d8ab1a3d..39213c5bf42433d2e51d3fd2daf26a53c1fbb637 100644 (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