Added a warning message.

This commit is contained in:
keie 1986-02-11 11:18:57 +00:00
parent 9c10e17f06
commit 7606d347a0

View file

@ -440,7 +440,8 @@ factor : INTVALUE {$$=loadint(ival);}
| funcname { $$=fcnend(0);}
| funcname funccall ')' { $$=fcnend($2);}
| MIDSYM '$' midparms
{ emcode("cal","$_mid");
{ warning("Unsupported function call");
emcode("cal","$_mid");
emcode("asp",EMINTSIZE);
emcode("asp",EMINTSIZE);
emcode("asp",EMPTRSIZE);