From 4b55feb026b1f64555d7c11c2840fddd8fd029fe Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sat, 4 Nov 2000 12:50:12 +0100 Subject: Import Dev86src-0.15.4.tar.gz --- Libc_version | 2 +- as/assemble.c | 2 +- libc/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Libc_version b/Libc_version index 1985d91..7ffdfa1 100644 --- a/Libc_version +++ b/Libc_version @@ -1 +1 @@ -0.15.3 +0.15.4 diff --git a/as/assemble.c b/as/assemble.c index 062ec6d..175d5cc 100644 --- a/as/assemble.c +++ b/as/assemble.c @@ -245,7 +245,7 @@ PRIVATE void asline() labelerror(RELAB); label = symptr; - if (pass /* && last_pass>1 */) + if (pass && !(symptr->type & VARBIT) /*&& last_pass>1*/) { label->data = (label->data & FORBIT) | lcdata; label->value_reg_or_op.value = lc; diff --git a/libc/Makefile b/libc/Makefile index 2e3406f..41865d6 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -11,7 +11,7 @@ endif VERMAJOR=0 VERMINOR=15 -VERPATCH=3 +VERPATCH=4 VER=$(VERMAJOR).$(VERMINOR).$(VERPATCH) CC=bcc -- cgit v1.2.1