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

Regenerate files

This commit is contained in:
asfernandes 2005-07-28 19:57:34 +00:00
parent 1c62f28f7c
commit 0c538b4488
2 changed files with 3 additions and 0 deletions

View File

@ -1122,6 +1122,8 @@ C --
PARAMETER (GDS__charset_not_installed = 335544854)
INTEGER*4 GDS__collation_not_installed
PARAMETER (GDS__collation_not_installed = 335544855)
INTEGER*4 GDS__att_shutdown
PARAMETER (GDS__att_shutdown = 335544856)
INTEGER*4 GDS__gfix_db_name
PARAMETER (GDS__gfix_db_name = 335740929)
INTEGER*4 GDS__gfix_invalid_sw

View File

@ -568,6 +568,7 @@ const
gds_bad_substring_length = 335544853;
gds_charset_not_installed = 335544854;
gds_collation_not_installed = 335544855;
gds_att_shutdown = 335544856;
gds_gfix_db_name = 335740929;
gds_gfix_invalid_sw = 335740930;
gds_gfix_incmp_sw = 335740932;