From 4a77ef3befcf354e9beb795fca7ce734235c468e Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Mon, 26 Jul 2021 23:47:13 +0200 Subject: references work --- src/index/symbol.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/index/symbol.odin b/src/index/symbol.odin index 4de66c7..a429a17 100644 --- a/src/index/symbol.odin +++ b/src/index/symbol.odin @@ -112,6 +112,7 @@ Symbol :: struct { returns: string, type: SymbolType, value: SymbolValue, + references: []common.Location, pointers: int, is_distinct: bool, } -- cgit v1.2.3