diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "-" |