diff options
Diffstat (limited to 'parser.l')
-rw-r--r-- | parser.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1471,5 +1471,5 @@ void scrub_scanner(scanner_t *yyg, int yy_char, wchar_t *lexeme) void parser_l_init(void) { prot1(&form_to_ln_hash); - form_to_ln_hash = make_eq_hash(t, nil); + form_to_ln_hash = make_eq_hash(hash_weak_keys); } |