Due to an 8 character identifier length limitation the identifier
authorkeie <none@none>
Mon, 21 Jan 1985 14:52:34 +0000 (14:52 +0000)
committerkeie <none@none>
Mon, 21 Jan 1985 14:52:34 +0000 (14:52 +0000)
"strcompare" is changed into "strcomp".

lang/basic/src.old/eval.c

index 40bc8c7..e35af1c 100644 (file)
@@ -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);