8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Forgotten commit.

This commit is contained in:
dimitr 2004-10-13 18:45:10 +00:00
parent 0de641cafc
commit aa51245372

View File

@ -106,8 +106,8 @@ const UCHAR LCK_max = 7;
const UCHAR LCK_read = LCK_PR;
const UCHAR LCK_write = LCK_EX;
const SSHORT LCK_WAIT = TRUE;
const SSHORT LCK_NO_WAIT = FALSE;
const SSHORT LCK_WAIT = 1;
const SSHORT LCK_NO_WAIT = 0;
/* Lock block types */