aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index acebe29c..33bb580d 100644
--- a/luaconf.h
+++ b/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 "-"