Added a warning message.

This commit is contained in:
keie 1986-02-11 11:18:57 +00:00
parent 9c262a3266
commit 5113e35bb9

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