summaryrefslogtreecommitdiff
path: root/asm/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/eval.c')
-rw-r--r--asm/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/eval.c b/asm/eval.c
index db915ef2..c99ee11c 100644
--- a/asm/eval.c
+++ b/asm/eval.c
@@ -974,7 +974,7 @@ static expr *expr6(void)
} else {
enum label_type ltype;
ltype = lookup_label(tokval->t_charptr, &label_seg, &label_ofs);
- if (ltype == LBL_NONE) {
+ if (ltype == LBL_none) {
scope = local_scope(tokval->t_charptr);
if (critical) {
nasm_nonfatal("symbol `%s%s' not defined%s",