diff options
Diffstat (limited to 'lls/lls.c')
-rw-r--r-- | lls/lls.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -37,8 +37,7 @@ typedef struct void* operant; } lls_Ins; - -int lls_bindfunction(lls_Context* C, const char* fname, lls_Func func) +int lls_bindfunction(lls_Env* env, const char* fname, lls_Func func) { -} +}
\ No newline at end of file |