summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 575824a..76b0647 100644
--- a/eval.c
+++ b/eval.c
@@ -877,7 +877,7 @@ static expr *expr6(int critical)
return NULL;
} else {
if (opflags)
- *opflags |= 1;
+ *opflags |= OPFLAG_FORWARD;
type = EXPR_UNKNOWN;
label_seg = NO_SEG;
label_ofs = 1;