Made it compile

master
Yevgen Muntyan 2006-04-10 05:02:49 -05:00
parent ada83f0165
commit 59d718b26f
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ static int run_interactive (void)
using_history ();
ctx = ms_context_new ();
ctx = ms_context_new (NULL);
while (TRUE)
{
@ -158,7 +158,7 @@ int main (int argc, char *argv[])
if (!node)
g_error ("could not parse script");
ctx = ms_context_new ();
ctx = ms_context_new (NULL);
val = ms_top_node_eval (node, ctx);
if (!val)