Due to an 8 character identifier length limitation the identifier

"strcompare" is changed into "strcomp".
This commit is contained in:
keie 1985-01-21 14:52:34 +00:00
parent 6a21488f0c
commit 8f81c858f8

View 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);