diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-10-25 14:36:06 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-10-25 14:36:06 +0200 |
| commit | ba3eaa84a7e843aadd66bdf336ecae550c43f34a (patch) | |
| tree | fbdda9cfbd50c157a19cdc585afa3bb0d51afd85 /src | |
| parent | fe6c562284950191820f4b08924cca088d852a39 (diff) | |
Undo changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/collector.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/collector.odin b/src/server/collector.odin index 53a5199..913d66f 100644 --- a/src/server/collector.odin +++ b/src/server/collector.odin @@ -512,7 +512,7 @@ collect_symbols :: proc( if expr.mutable { token_type = .Variable } else { - token_type = .Constant + token_type = .Unresolved } case: // default |