1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-28 06:07:43 +00:00

Enable serialization of c functions.

This commit is contained in:
Calvin Rose
2017-06-03 11:26:17 -04:00
parent c422132208
commit abbe6b13f1
6 changed files with 76 additions and 36 deletions

View File

@@ -648,5 +648,5 @@ static const GstModuleItem gst_parser_module[] = {
/* Load the module */
void gst_parse_load(Gst *vm) {
gst_module_put(vm, "std.parse", gst_cmodule_struct(vm, gst_parser_module));
gst_module(vm, "std.parse", gst_parser_module);
}