diff options
author | Li Jin <dragon-fly@qq.com> | 2024-10-19 00:35:11 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2024-10-19 00:35:11 +0800 |
commit | 1334c0ae67fdf4cb1377e0e7a3ef291f5cf694c0 (patch) | |
tree | 8bd3fbeb396fd2fce6e5b34c3ee10f4923feca72 /src/3rdParty/lua/luaconf.h | |
parent | 05da3cbfa3689e6c229c41156d0dd08ab554cd77 (diff) | |
download | yuescript-1334c0ae67fdf4cb1377e0e7a3ef291f5cf694c0.tar.gz yuescript-1334c0ae67fdf4cb1377e0e7a3ef291f5cf694c0.tar.bz2 yuescript-1334c0ae67fdf4cb1377e0e7a3ef291f5cf694c0.zip |
Fixed issue #174.
Diffstat (limited to 'src/3rdParty/lua/luaconf.h')
-rw-r--r-- | src/3rdParty/lua/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/lua/luaconf.h b/src/3rdParty/lua/luaconf.h index acebe29..33bb580 100644 --- a/src/3rdParty/lua/luaconf.h +++ b/src/3rdParty/lua/luaconf.h | |||
@@ -261,7 +261,7 @@ | |||
261 | /* | 261 | /* |
262 | ** LUA_IGMARK is a mark to ignore all after it when building the | 262 | ** LUA_IGMARK is a mark to ignore all after it when building the |
263 | ** module name (e.g., used to build the luaopen_ function name). | 263 | ** module name (e.g., used to build the luaopen_ function name). |
264 | ** Typically, the sufix after the mark is the module version, | 264 | ** Typically, the suffix after the mark is the module version, |
265 | ** as in "mod-v1.2.so". | 265 | ** as in "mod-v1.2.so". |
266 | */ | 266 | */ |
267 | #define LUA_IGMARK "-" | 267 | #define LUA_IGMARK "-" |