aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/parse.c')
-rw-r--r--bootstrap/parse.c2
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;