Skip to content

Commit 587bea9

Browse files
committed
solve conflicting type size_t vs int
1 parent 3d719c3 commit 587bea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_ibase_includes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define IBDEBUG(a)
4545
#endif
4646

47-
extern int le_link, le_plink, le_trans;
47+
extern size_t le_link, le_plink, le_trans;
4848

4949
#define LE_LINK "Firebird/InterBase link"
5050
#define LE_PLINK "Firebird/InterBase persistent link"

0 commit comments

Comments
 (0)