diff options
| author | Mistivia <i@mistivia.com> | 2025-06-26 02:32:34 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-26 02:33:07 +0800 |
| commit | 99f3260a98a6b727bfa64ff66c19ca051acef450 (patch) | |
| tree | 1416f98814bac3b3e1bafb478a966d5be9b235ae /src/sexp.h | |
| parent | 01529085de32d2e718992a26f8215b269a831d26 (diff) | |
use hash table in top level symbol lookup
Diffstat (limited to 'src/sexp.h')
| -rw-r--r-- | src/sexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ struct sexp; typedef struct sexp SExp; typedef struct { - int idx; + int32_t idx; } SExpRef; typedef struct { |
