]> Shamusworld >> Repos - rmac/commitdiff
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)
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.


No differences found