From: keie Date: Mon, 21 Jan 1985 14:52:34 +0000 (+0000) Subject: Due to an 8 character identifier length limitation the identifier X-Git-Tag: release-5-5~5742 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8f81c858f8e4f79369b48fc4f56a9d6aab253def;p=ack.git Due to an 8 character identifier length limitation the identifier "strcompare" is changed into "strcomp". --- diff --git a/lang/basic/src.old/eval.c b/lang/basic/src.old/eval.c index 40bc8c789..e35af1c9d 100644 --- a/lang/basic/src.old/eval.c +++ b/lang/basic/src.old/eval.c @@ -157,7 +157,7 @@ int ltype,rtype,operator; else if( result==STRINGTYPE) { - emcode("cal","$_strcompare"); + emcode("cal","$_strcomp"); emcode("asp",EMPTRSIZE); emcode("asp",EMPTRSIZE); emcode("lfr",EMINTSIZE);