X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=symbol.c;h=50d8379a0963ddae5dde642b68e360edfa63a13e;hb=7815a9c9504d879230a950318d434b411d045610;hp=c2da09abece5cd67a0eaf73cc26f72a20764b7f4;hpb=37694c99b02f939fc259c1e180359afb887acd55;p=rmac diff --git a/symbol.c b/symbol.c index c2da09a..50d8379 100644 --- a/symbol.c +++ b/symbol.c @@ -257,8 +257,7 @@ uint32_t sy_assign(uint8_t * buf, uint8_t *(* construct)()) // Export vanilla labels (but don't make them global). An exception is // made for equates, which are not exported unless they are referenced. else if (sy->stype == LABEL && lsym_flag - && (sy->sattr & (DEFINED | REFERENCED)) != 0 - && (!as68_flag || *sy->sname != 'L')) + && (sy->sattr & (DEFINED | REFERENCED)) != 0) { sy->senv = scount++;