diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/index/symbol.odin | 1 |
1 files changed, 1 insertions, 0 deletions
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, } |