From e3acdcf0a93eacfcc6bdb5acd6e24205ba5774c0 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Sun, 25 Nov 2012 18:07:19 +0100 Subject: [PATCH] Let's not have + and - as sole token, always allow ++ and -- to become operators independent of the noops flag --- lexer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lexer.c b/lexer.c index 49b8ada..175d158 100644 --- a/lexer.c +++ b/lexer.c @@ -1076,8 +1076,10 @@ int lex_do(lex_file *lex) */ switch (ch) { + /* case '+': case '-': + */ case '*': case '/': case '<': -- 2.39.2