diff options
author | chai <chaifix@163.com> | 2018-08-20 08:15:34 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-20 08:15:34 +0800 |
commit | 98ab086f430d418f33c4410cf81f4eac52d5b835 (patch) | |
tree | 446cce66de209a10c9342bf98e21524de6e4ba05 /src/main.cpp | |
parent | 22bb9b537caff927ef8c83bde82d58253ffbb1e4 (diff) |
*update
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index ce70e65..adbd642 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,9 +32,7 @@ int main(int argc, char* argv[]) #elif defined __unix__ #elif defined __APPLE__ #endif -#undef BUFFER_SIZE luax_setfield_string(L, "_dir", buffer); - // boot boot(L); luax_close(L); |