Spelling.

This commit is contained in:
Mike Pall 2011-11-04 14:07:19 +01:00
parent ec56c25790
commit 7b0157aa99

View File

@ -16,7 +16,7 @@
#define ljamalg_c #define ljamalg_c
#define LUA_CORE #define LUA_CORE
/* To get the mremap prototype. Must be defind before any system includes. */ /* To get the mremap prototype. Must be defined before any system includes. */
#if defined(__linux__) && !defined(_GNU_SOURCE) #if defined(__linux__) && !defined(_GNU_SOURCE)
#define _GNU_SOURCE #define _GNU_SOURCE
#endif #endif