diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2023-09-14 21:51:33 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2023-09-14 21:51:33 +0200 |
| commit | 5f884338820ffae6fb3ac4de4c3469bc72ab505a (patch) | |
| tree | 32fe5afbfe062a3096f7aa04d76ceaa6d8a83f8e /src/server | |
| parent | fc0e98f7621f1973a96f0b3d5c90634dd669f0c1 (diff) | |
Support new changes in Odin
Diffstat (limited to 'src/server')
| -rw-r--r-- | src/server/analysis.odin | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/analysis.odin b/src/server/analysis.odin index e6de07e..b48aaee 100644 --- a/src/server/analysis.odin +++ b/src/server/analysis.odin @@ -708,9 +708,7 @@ is_symbol_same_typed :: proc( #partial switch b_value in b.value { case SymbolBasicValue: - if .Auto_Cast in flags { - return true - } else if .Any_Int in flags { + if .Any_Int in flags { //Temporary - make a function that finds the base type of basic values //This code only works with non distinct ints switch a.name { |