summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick (plinth) <rjek@rjek.com>2013-11-06 18:32:36 +0000
committerRob Kendrick (plinth) <rjek@rjek.com>2013-11-06 18:32:36 +0000
commit0881ffb19994d7b2ac8ef8e5f22c90c7224d6433 (patch)
tree263f88cc903173479b877a1e80a75b5b09f532ef
parentcc5becd33b8d1f3a13d093cf949205d748ce7363 (diff)
downloadluxio-0881ffb19994d7b2ac8ef8e5f22c90c7224d6433.tar.gz
It's undef, not undefineluxio-7
-rw-r--r--luxio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/luxio.c b/luxio.c
index d3f79b2..a796292 100644
--- a/luxio.c
+++ b/luxio.c
@@ -3147,7 +3147,7 @@ luxio_iconv(lua_State *L)
return 1;
}
-#undefine ICONV_BUF_SIZE
+#undef ICONV_BUF_SIZE
static const struct luaL_Reg
luxio_functions[] = {