X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=symbol.c;fp=symbol.c;h=50d8379a0963ddae5dde642b68e360edfa63a13e;hp=c2da09abece5cd67a0eaf73cc26f72a20764b7f4;hb=7815a9c9504d879230a950318d434b411d045610;hpb=f88159cab2e7aff363c80c6fd69ddc772f464a4e 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++;