Skip to content

Commit

Permalink
When someone backported messages, lang_helpers dir was forgotten.
Browse files Browse the repository at this point in the history
  • Loading branch information
robocop committed Apr 26, 2008
1 parent dec27dc commit 7d1761b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang_helpers/gds_codes.ftn
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,8 @@ C --
PARAMETER (GDS__dsql_col_more_than_once_using = 336397235)
INTEGER*4 GDS__dsql_unsupp_feature_dialect
PARAMETER (GDS__dsql_unsupp_feature_dialect = 336397236)
INTEGER*4 GDS__dsql_cte_not_used
PARAMETER (GDS__dsql_cte_not_used = 336397237)
INTEGER*4 GDS__gsec_cant_open_db
PARAMETER (GDS__gsec_cant_open_db = 336723983)
INTEGER*4 GDS__gsec_switches_error
Expand Down
1 change: 1 addition & 0 deletions lang_helpers/gds_codes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@
gds_dsql_cte_nested_with = 336397234;
gds_dsql_col_more_than_once_using = 336397235;
gds_dsql_unsupp_feature_dialect = 336397236;
gds_dsql_cte_not_used = 336397237;
gds_gsec_cant_open_db = 336723983;
gds_gsec_switches_error = 336723984;
gds_gsec_no_op_spec = 336723985;
Expand Down

0 comments on commit 7d1761b

Please sign in to comment.