diff options
author | Li Jin <dragon-fly@qq.com> | 2021-09-20 00:58:22 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-09-20 00:58:22 +0800 |
commit | 3a126602d903d49e13595268e1da57624f0b6fc1 (patch) | |
tree | 0a85f34cd2fa54467e1f06827a2f91ca0a6fa7fd /src | |
parent | ddb5afc6283e13479e866db41350b188aab1a813 (diff) | |
download | yuescript-3a126602d903d49e13595268e1da57624f0b6fc1.tar.gz yuescript-3a126602d903d49e13595268e1da57624f0b6fc1.tar.bz2 yuescript-3a126602d903d49e13595268e1da57624f0b6fc1.zip |
fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/yuescript/yuescript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuescript/yuescript.h b/src/yuescript/yuescript.h index 30006ba..4428fbe 100644 --- a/src/yuescript/yuescript.h +++ b/src/yuescript/yuescript.h | |||
@@ -205,6 +205,7 @@ local function p(...) | |||
205 | end | 205 | end |
206 | print(concat(args)) | 206 | print(concat(args)) |
207 | end | 207 | end |
208 | yue.find_modulepath = find_modulepath | ||
208 | yue.insert_loader = insert_loader | 209 | yue.insert_loader = insert_loader |
209 | yue.dofile = yue_dofile | 210 | yue.dofile = yue_dofile |
210 | yue.loadfile = yue_loadfile | 211 | yue.loadfile = yue_loadfile |