From: Graeme Hinchliffe Date: Thu, 29 Dec 2011 15:05:04 +0000 (+0000) Subject: Fixed the broken linking action for symbols who shared the same 8 initial characters... X-Git-Tag: v1.7.1~44 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=commitdiff_plain;h=e1ddda6e4088b0f201fb3524909df29c8c3a3477;hp=e1ddda6e4088b0f201fb3524909df29c8c3a3477 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 ---