8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00
This commit is contained in:
robocop 2005-11-30 06:12:53 +00:00
parent 6702deda9c
commit 2d00d59c8c
5 changed files with 5 additions and 5 deletions

View File

@ -1867,7 +1867,7 @@ static void gen_event_wait( const act* action, int column)
PAT args;
args.pat_database = database;
args.pat_vector1 = status_vector(action);
args.pat_value1 = (int) ident;
args.pat_value1 = ident;
// generate calls to wait on the event and to fill out the gpreGlob.events array

View File

@ -2102,7 +2102,7 @@ static void gen_event_wait( const act* action, int column)
args.pat_database = database;
args.pat_vector1 = status_vector(action);
args.pat_value1 = (int) ident;
args.pat_value1 = ident;
// generate calls to wait on the event and to fill out the gpreGlob.events array

View File

@ -2508,7 +2508,7 @@ static void gen_event_wait( const act* action)
PAT args;
args.pat_database = database;
args.pat_vector1 = status_vector(action);
args.pat_value1 = (int) ident;
args.pat_value1 = ident;
args.pat_string2 = ISC_EVENT_WAIT;
args.pat_string3 = ISC_EVENT_COUNTS;
args.pat_string4 = names[isc_a_pos];

View File

@ -2258,7 +2258,7 @@ static void gen_event_wait(const act* action)
PAT args;
args.pat_database = database;
args.pat_vector1 = status_vector(action);
args.pat_value1 = (int) ident;
args.pat_value1 = ident;
args.pat_string1 = ISC_EVENT_WAIT;
args.pat_string2 = ISC_EVENT_COUNTS;

View File

@ -2020,7 +2020,7 @@ static void gen_event_wait( const act* action, int column)
args.pat_database = database;
args.pat_vector1 = status_vector(action);
args.pat_value1 = (int) ident;
args.pat_value1 = ident;
args.pat_string1 = GDS_EVENT_WAIT;
args.pat_string2 = GDS_EVENT_COUNTS;