mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Updated generated helpers
This commit is contained in:
parent
01c58b110b
commit
9d04930614
@ -1378,6 +1378,8 @@ C --
|
||||
PARAMETER (GDS__udf_fp_overflow = 335544982)
|
||||
INTEGER*4 GDS__udf_fp_nan
|
||||
PARAMETER (GDS__udf_fp_nan = 335544983)
|
||||
INTEGER*4 GDS__instance_conflict
|
||||
PARAMETER (GDS__instance_conflict = 335544984)
|
||||
INTEGER*4 GDS__gfix_db_name
|
||||
PARAMETER (GDS__gfix_db_name = 335740929)
|
||||
INTEGER*4 GDS__gfix_invalid_sw
|
||||
|
@ -696,6 +696,7 @@ const
|
||||
gds_sysf_fp_overflow = 335544981;
|
||||
gds_udf_fp_overflow = 335544982;
|
||||
gds_udf_fp_nan = 335544983;
|
||||
gds_instance_conflict = 335544984;
|
||||
gds_gfix_db_name = 335740929;
|
||||
gds_gfix_invalid_sw = 335740930;
|
||||
gds_gfix_incmp_sw = 335740932;
|
||||
|
Loading…
Reference in New Issue
Block a user