diff options
author | Li Jin <dragon-fly@qq.com> | 2020-02-13 21:44:22 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-02-13 21:44:22 +0800 |
commit | b06a818e78d1a26c34f2c87f607e78ad156e4921 (patch) | |
tree | 94681ba34e7866686bb0d4f13c83b47779f4b989 /src/moonp.cpp | |
parent | c241ea241e8e9c152f6eb14f163b2ae39749f7bf (diff) | |
download | yuescript-b06a818e78d1a26c34f2c87f607e78ad156e4921.tar.gz yuescript-b06a818e78d1a26c34f2c87f607e78ad156e4921.tar.bz2 yuescript-b06a818e78d1a26c34f2c87f607e78ad156e4921.zip |
update readme and rockspec.
Diffstat (limited to 'src/moonp.cpp')
-rw-r--r-- | src/moonp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moonp.cpp b/src/moonp.cpp index a6c99df..cb53b55 100644 --- a/src/moonp.cpp +++ b/src/moonp.cpp | |||
@@ -182,7 +182,7 @@ extern "C" { | |||
182 | #include "lauxlib.h" | 182 | #include "lauxlib.h" |
183 | 183 | ||
184 | static const char moonplusCodes[] = | 184 | static const char moonplusCodes[] = |
185 | #include "MoonPlus.h" | 185 | #include "Moonscript.h" |
186 | 186 | ||
187 | static int init_moonplus(lua_State* L) { | 187 | static int init_moonplus(lua_State* L) { |
188 | MoonP::MoonConfig config; | 188 | MoonP::MoonConfig config; |