fixed bug introduced by the last couple of commits
This commit is contained in:
@@ -49,7 +49,7 @@ typedef enum {
|
||||
TGRT = '>',
|
||||
|
||||
TASS = '=',
|
||||
|
||||
|
||||
TLBRK = '(',
|
||||
TRBRK = ')',
|
||||
TLSBRK = '[',
|
||||
@@ -558,7 +558,6 @@ static Node *parse_statement(Context *ctx)
|
||||
switch(current(ctx))
|
||||
{
|
||||
default:
|
||||
assert(0);
|
||||
break;
|
||||
|
||||
case '(':
|
||||
|
||||
Reference in New Issue
Block a user