From 8f81c858f8e4f79369b48fc4f56a9d6aab253def Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 21 Jan 1985 14:52:34 +0000 Subject: [PATCH] Due to an 8 character identifier length limitation the identifier "strcompare" is changed into "strcomp". --- lang/basic/src.old/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1