mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
-Correction
This commit is contained in:
parent
730f96393e
commit
f2067a4154
@ -24,7 +24,7 @@
|
||||
//
|
||||
//____________________________________________________________
|
||||
//
|
||||
// $Id: ada.cpp,v 1.42 2004-05-24 17:13:36 brodsom Exp $
|
||||
// $Id: ada.cpp,v 1.43 2004-06-11 03:10:41 brodsom Exp $
|
||||
//
|
||||
|
||||
#include "firebird.h"
|
||||
@ -1749,7 +1749,7 @@ static SSHORT gen_event_block( const act* action)
|
||||
printa(0,
|
||||
"isc_%db\t\t: system.address;\t\t-- result parameter block --\n",
|
||||
ident);
|
||||
printa(0, "isc_%dc\t\t: %s;\t\t-- count of gpreGlob.events --\n", ident,
|
||||
printa(0, "isc_%dc\t\t: %s;\t\t-- count of events --\n", ident,
|
||||
USHORT_DCL);
|
||||
printa(0, "isc_%dl\t\t: %s;\t\t-- length of event parameter block --\n",
|
||||
ident, USHORT_DCL);
|
||||
|
@ -27,7 +27,7 @@
|
||||
//
|
||||
//____________________________________________________________
|
||||
//
|
||||
// $Id: c_cxx.cpp,v 1.51 2004-06-05 09:36:56 robocop Exp $
|
||||
// $Id: c_cxx.cpp,v 1.52 2004-06-11 03:09:54 brodsom Exp $
|
||||
//
|
||||
|
||||
#include "firebird.h"
|
||||
@ -1499,7 +1499,7 @@ static void gen_database( const act* action, int column)
|
||||
gen_compatibility_symbol("status2", "isc_", "");
|
||||
gen_compatibility_symbol("array_length", "isc_", "");
|
||||
if (max_count)
|
||||
gen_compatibility_symbol("gpreGlob.events", "isc_", "");
|
||||
gen_compatibility_symbol("events", "isc_", "");
|
||||
gen_compatibility_symbol("count", "isc_", "");
|
||||
gen_compatibility_symbol("slack", "isc_", "");
|
||||
gen_compatibility_symbol("utility", "isc_",
|
||||
|
Loading…
Reference in New Issue
Block a user