Skip to content

Commit a44056f

Browse files
committed
luajit.cpp
1 parent b6ee800 commit a44056f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

section4/luajit.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ void case2()
102102

103103
status = luaL_dostring(L, "print('hello lua')");
104104
status = luaL_dofile(L, "./embedded.lua");
105+
status = luaL_dofile(L, "./shared.lua");
105106

106107
//L.dofile("./embedded.lua");
107108
}

0 commit comments

Comments
 (0)