eval.c: Use OPFLAG_FORWARD instead of opencoded number

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2010-09-10 01:02:12 +04:00
parent 55ce00907e
commit e2457c76d1

2
eval.c
View file

@ -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;