Skip to content
Snippets Groups Projects
Commit 33279c07 authored by Jan Gruteser's avatar Jan Gruteser
Browse files

sort TranslationGlobals

parent 73fd9ca9
No related branches found
No related tags found
No related merge requests found
Pipeline #148187 passed
...@@ -12,15 +12,15 @@ public interface TranslationGlobals { ...@@ -12,15 +12,15 @@ public interface TranslationGlobals {
int TLCValueKind = 100; int TLCValueKind = 100;
int USED = FrontEnd.getToolId(); int USED = FrontEnd.getToolId();
int OVERRIDE_SUBSTITUTION_ID = 17;
int CONSTANT_OBJECT = 18;
int DEF_OBJECT = 19;
int PRINT_DEFINITION = 11;
int TYPE_ID = 5; int TYPE_ID = 5;
int EXCEPT_BASE = 6; int EXCEPT_BASE = 6;
int PRINT_DEFINITION = 11;
int LET_PARAMS_ID = 13; int LET_PARAMS_ID = 13;
int OVERRIDE_SUBSTITUTION_ID = 17;
int CONSTANT_OBJECT = 18;
int DEF_OBJECT = 19;
int NEW_NAME = 20; int NEW_NAME = 20;
int SUBSTITUTE_PARAM = 29; int SUBSTITUTE_PARAM = 29;
int TUPLE = 30; int TUPLE = 30;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment