This commit is contained in:
Jason Turner
2011-03-14 09:12:01 -06:00
12 changed files with 78 additions and 39 deletions

View File

@@ -69,7 +69,7 @@ namespace chaiscript
{
call_func(fun, params);
return Handle_Return<void>::handle();
};
}
};
}
}