]> Shamusworld >> Repos - rln/commit
Fixed the broken linking action for symbols who shared the same 8 initial characters...
authorGraeme Hinchliffe <linkovitch@dodgy.net>
Thu, 29 Dec 2011 15:05:04 +0000 (15:05 +0000)
committerGraeme Hinchliffe <linkovitch@dodgy.net>
Thu, 29 Dec 2011 15:05:04 +0000 (15:05 +0000)
commite1ddda6e4088b0f201fb3524909df29c8c3a3477
tree233229b5e744aca8de7d74530361ba42b44ed466
parentd7b03624634b6813ebef11e2f5447cc4584d4925
Fixed the broken linking action for symbols who shared the same 8 initial characters in their names.  Culprit was symcmp (wacky define in rln.h) which was just WRONG.  Removed the define, and replaced with good ole strcmp in lookup().

LinkoVitch
rln.c
rln.h