]> Shamusworld >> Repos - rmac/commit
Fixed a nasty bug that dropped symbols that shouldn't have been.
authorShamus Hammons <jlhamm@acm.org>
Sun, 1 Feb 2015 02:49:38 +0000 (20:49 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sun, 1 Feb 2015 02:49:38 +0000 (20:49 -0600)
commita48737de123e304866212f5382d6fa4174d496a0
tree3873b8a85ea3fae919e25afc1f2afcaeab09d1a0
parent3f2bccb78ab4cd59654d521c8aedfe5512ee6608
Fixed a nasty bug that dropped symbols that shouldn't have been.

This stemmed from the fact that EQUR symbols somehow made it on to the
symbol declaration list. If such symbol was later .equrundef'd, it would
find it's way back onto the the sdecl list *twice*, with the result
that any symbols that came after it would be summarily discarded into
the ether. Really, really bad mojo.
direct.c
expr.c
procln.c
riscasm.c
rmac.c
sect.c
symbol.c
symbol.h
version.h