Due to an 8 character identifier length limitation the identifier
"strcompare" is changed into "strcomp".
This commit is contained in:
parent
6a21488f0c
commit
8f81c858f8
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue