summaryrefslogtreecommitdiff
path: root/asm/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/preproc.c')
-rw-r--r--asm/preproc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/asm/preproc.c b/asm/preproc.c
index 3ee36c10..14a73885 100644
--- a/asm/preproc.c
+++ b/asm/preproc.c
@@ -1615,7 +1615,9 @@ static Token *tokenize(const char *line)
p++;
if (*p == '>')
p++;
- }
+ } else if (*p == '=') {
+ p++;
+ }
break;
case '<':