diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/test_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/test_module.c b/modules/test_module.c index ead7b91..f43a6d1 100644 --- a/modules/test_module.c +++ b/modules/test_module.c @@ -10,7 +10,7 @@ module_export *module_init() { static module_export exports[2]; exports[0].name = "hello"; - exports[0].v = make_builtin(&hello_fun); + exports[0].v = make_procedure(&hello_fun); exports[1].name = NULL; exports[1].v = NULL; |
