summaryrefslogtreecommitdiff
path: root/lls/lls.c
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-06-03 09:51:47 +0800
committerchai <chaifix@163.com>2018-06-03 09:51:47 +0800
commit24cce4c24a155b726dc3b2c120defef6a94638fa (patch)
treef758703a407c2dbd0c34a59aa336849285d175ca /lls/lls.c
parent6a4f1a224273118a5429094ddd83420b7d69b28d (diff)
更新示例
Diffstat (limited to 'lls/lls.c')
-rw-r--r--lls/lls.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lls/lls.c b/lls/lls.c
index 927382d..81d54a7 100644
--- a/lls/lls.c
+++ b/lls/lls.c
@@ -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