aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util/lua/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/util/lua/luaconf.h')
-rw-r--r--engines/sword25/util/lua/luaconf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/sword25/util/lua/luaconf.h b/engines/sword25/util/lua/luaconf.h
index 29411d5af1..f3509e969b 100644
--- a/engines/sword25/util/lua/luaconf.h
+++ b/engines/sword25/util/lua/luaconf.h
@@ -18,14 +18,6 @@
** ===================================================================
*/
-#if defined(__ANDROID__)
-/* Android is missing strcoll().
-** For more information, refer to:
-** http://www.damonkohler.com/2008/12/lua-on-android.html
-*/
-#define strcoll strcmp
-#endif
-
/*
@@ LUA_ANSI controls the use of non-ansi features.
@@ -357,7 +349,7 @@
/*
@@ LUA_COMPAT_LSTR controls compatibility with old long string nesting
@* facility.
-** CHANGE it to 2 if you want the old behaviour, or undefine it to turn
+** CHANGE it to 2 if you want the old behavior, or undefine it to turn
** off the advisory error when nesting [[...]].
*/
#define LUA_COMPAT_LSTR 1