diff options
author | chai <chaifix@163.com> | 2018-12-20 20:30:55 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-20 20:30:55 +0800 |
commit | 30a71dcd5f6fdeb28ac4a0b3b78aad91719db1f2 (patch) | |
tree | 84dd37c644c56756411d2f0f0acf2c74dcef8e90 /src/libjin-lua/embed/path.lua.h | |
parent | c1e2a3e47d57ea44a246b2beb78c13ea2669f227 (diff) |
*修改embed代码
Diffstat (limited to 'src/libjin-lua/embed/path.lua.h')
-rw-r--r-- | src/libjin-lua/embed/path.lua.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/libjin-lua/embed/path.lua.h b/src/libjin-lua/embed/path.lua.h index 59e7d74..d72ac1e 100644 --- a/src/libjin-lua/embed/path.lua.h +++ b/src/libjin-lua/embed/path.lua.h @@ -1,16 +1,16 @@ static unsigned char path_lua[] = { -13,10,106,105,110,46,112,97,116,104,32,61,32,106,105,110,46,112,97,116, -104,32,111,114,32,123,125,32,13,10,13,10,108,111,99,97,108,32,106,112, -32,61,32,106,105,110,46,112,97,116,104,13,10,13,10,45,45,32,71,97, -109,101,32,114,111,111,116,32,100,105,114,101,99,116,111,114,121,32,13,10, -106,105,110,46,95,114,111,111,116,32,61,32,110,105,108,32,13,10,13,10, -45,45,32,71,101,116,32,102,117,108,108,32,112,97,116,104,32,111,102,32, -97,32,103,105,118,101,110,32,112,97,116,104,32,13,10,102,117,110,99,116, -105,111,110,32,106,105,110,46,112,97,116,104,46,102,117,108,108,40,112,97, -116,104,41,13,10,32,32,32,32,108,111,99,97,108,32,114,111,111,116,32, -61,32,106,105,110,46,95,100,105,114,32,46,46,32,39,47,39,32,46,46, -32,106,105,110,46,95,97,114,103,118,91,50,93,13,10,32,32,32,32,114, -101,116,117,114,110,32,114,111,111,116,32,46,46,32,39,47,39,32,46,46, -32,112,97,116,104,32,13,10,101,110,100,13,10 +106,105,110,46,112,97,116,104,32,61,32,106,105,110,46,112,97,116,104,32, +111,114,32,123,125,32,13,10,13,10,108,111,99,97,108,32,106,112,32,61, +32,106,105,110,46,112,97,116,104,13,10,13,10,45,45,32,71,97,109,101, +32,114,111,111,116,32,100,105,114,101,99,116,111,114,121,32,13,10,106,105, +110,46,95,114,111,111,116,32,61,32,110,105,108,32,13,10,13,10,45,45, +32,71,101,116,32,102,117,108,108,32,112,97,116,104,32,111,102,32,97,32, +103,105,118,101,110,32,112,97,116,104,32,13,10,102,117,110,99,116,105,111, +110,32,106,105,110,46,112,97,116,104,46,102,117,108,108,40,112,97,116,104, +41,13,10,32,32,32,32,108,111,99,97,108,32,114,111,111,116,32,61,32, +106,105,110,46,95,100,105,114,32,46,46,32,39,47,39,32,46,46,32,106, +105,110,46,95,97,114,103,118,91,50,93,13,10,32,32,32,32,114,101,116, +117,114,110,32,114,111,111,116,32,46,46,32,39,47,39,32,46,46,32,112, +97,116,104,32,13,10,101,110,100,13,10 }; |