DIRECTOR: Lingo: Fix compilation

This commit is contained in:
Eugene Sandulenko 2016-08-05 23:19:23 +02:00
parent 05b4f29932
commit 7f947c0ef3
2 changed files with 2 additions and 2 deletions

View File

@ -2355,7 +2355,7 @@ yyreduce:
case 92:
#line 413 "engines/director/lingo/lingo-gr.y"
{
g_lingo->code2(g_ling->c_voidpush, g_lingo->_handlers[*(yyvsp[(1) - (1)].s)]->u.func);
g_lingo->code2(g_lingo->c_voidpush, g_lingo->_handlers[*(yyvsp[(1) - (1)].s)]->u.func);
delete (yyvsp[(1) - (1)].s); ;}
break;

View File

@ -411,7 +411,7 @@ func: tMCI STRING { g_lingo->code1(g_lingo->c_mci); g_lingo->codeString($2->c_
g_lingo->code1(g_lingo->_handlers[*$1]->u.func);
delete $1; }
| BLTINNOARGSORONE {
g_lingo->code2(g_ling->c_voidpush, g_lingo->_handlers[*$1]->u.func);
g_lingo->code2(g_lingo->c_voidpush, g_lingo->_handlers[*$1]->u.func);
delete $1; }
| tALERT expr { g_lingo->code1(g_lingo->c_alert); }
| tBEEP INT {