Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 02a553b

Browse files
adeas31OpenModelica-Hudson
authored andcommitted
move symbolTable back to local roots
Belonging to [master]: - #2149
1 parent ef25927 commit 02a553b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Global/Global.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ constant Integer instOnlyForcedFunctions = 0;
4646
constant Integer simulationData = 0 "For simulations";
4747
constant Integer codegenTryThrowIndex = 1;
4848
constant Integer codegenFunctionList = 2;
49+
constant Integer symbolTable = 3;
4950

5051
// Global roots start at index=9
5152
constant Integer instHashIndex = 9;
@@ -63,7 +64,6 @@ constant Integer currentInstVar = 22;
6364
constant Integer operatorOverloadingCache = 23;
6465
constant Integer optionSimCode = 24;
6566
constant Integer interactiveCache = 25;
66-
constant Integer symbolTable = 27;
6767

6868
// indexes in System.tick
6969
// ----------------------

0 commit comments

Comments
 (0)