Due to an 8 character identifier length limitation the identifier
"strcompare" is changed into "strcomp".
This commit is contained in:
parent
6a21488f0c
commit
8f81c858f8
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ int ltype,rtype,operator;
|
||||||
else
|
else
|
||||||
if( result==STRINGTYPE)
|
if( result==STRINGTYPE)
|
||||||
{
|
{
|
||||||
emcode("cal","$_strcompare");
|
emcode("cal","$_strcomp");
|
||||||
emcode("asp",EMPTRSIZE);
|
emcode("asp",EMPTRSIZE);
|
||||||
emcode("asp",EMPTRSIZE);
|
emcode("asp",EMPTRSIZE);
|
||||||
emcode("lfr",EMINTSIZE);
|
emcode("lfr",EMINTSIZE);
|
||||||
|
|
Loading…
Add table
Reference in a new issue