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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user