diff options
Diffstat (limited to 'lex.yy.c.shipped')
-rw-r--r-- | lex.yy.c.shipped | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lex.yy.c.shipped b/lex.yy.c.shipped index 5a5d7c78..83d5c5d3 100644 --- a/lex.yy.c.shipped +++ b/lex.yy.c.shipped @@ -7424,6 +7424,6 @@ 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); } |