diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 14:57:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 14:57:31 -0400 |
| commit | 391c1b6bde0d5fd6f306f9613109e18ec487afe7 (patch) | |
| tree | 8d3f097b90e36230e09e7b06089a7298cba6e982 /parse.c | |
| parent | abe45a3c25fc8b7ba53635fd517653976d94b107 (diff) | |
Rename table_t -> Table_t
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2228,7 +2228,7 @@ ast_t *parse_file(const char *path, jmp_buf *on_err) { // hold more than PARSE_CACHE_SIZE entries (see below), but each entry's // AST holds onto a reference to the file it came from, so they could // potentially be somewhat large. - static table_t cached = {}; + static Table_t cached = {}; ast_t *ast = Table$str_get(cached, path); if (ast) return ast; |
