diff options
| author | 2022-08-09 19:16:06 +0200 | |
|---|---|---|
| committer | 2022-08-09 19:16:06 +0200 | |
| commit | 769aa95cf3374117c86ec652117dcbab97497eec (patch) | |
| tree | 3cb9d23e7c202281f8f83e8aa858bb11c14dc99d /bootstrap | |
| parent | dc4498a95ebc10d0e3e9c72a318bab5c6ff2d78c (diff) | |
oops
Diffstat (limited to 'bootstrap')
| -rw-r--r-- | bootstrap/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |