From 769aa95cf3374117c86ec652117dcbab97497eec Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 9 Aug 2022 19:16:06 +0200 Subject: oops --- bootstrap/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/parse.c b/bootstrap/parse.c index ef91824..8d6fe2c 100644 --- a/bootstrap/parse.c +++ b/bootstrap/parse.c @@ -87,7 +87,7 @@ aissep(char c) { case '*': case '/': case '&': case '|': case '^': case '~': case '=': case '\'': case '"': case '<': case '>': case ':': - case '$': case '@': case '#': case '\\': + case '@': case '#': case '\\': case '`': return 1; return 0; -- cgit v1.2.3