diff options
| author | Mike Pall <mike> | 2011-11-04 14:07:19 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2011-11-04 14:07:19 +0100 |
| commit | 7b0157aa99ea00c84245043d7d2467cb19297cec (patch) | |
| tree | d2288d3ecef68f7931a7c198d1b64a121ff50f66 | |
| parent | ec56c257904a5fff83eca464f91cbeb5eb0be513 (diff) | |
| download | luajit-7b0157aa99ea00c84245043d7d2467cb19297cec.tar.gz luajit-7b0157aa99ea00c84245043d7d2467cb19297cec.tar.bz2 luajit-7b0157aa99ea00c84245043d7d2467cb19297cec.zip | |
Spelling.
| -rw-r--r-- | src/ljamalg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c index 57ad7851..cc32bf30 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | #define ljamalg_c | 16 | #define ljamalg_c |
| 17 | #define LUA_CORE | 17 | #define LUA_CORE |
| 18 | 18 | ||
| 19 | /* To get the mremap prototype. Must be defind before any system includes. */ | 19 | /* To get the mremap prototype. Must be defined before any system includes. */ |
| 20 | #if defined(__linux__) && !defined(_GNU_SOURCE) | 20 | #if defined(__linux__) && !defined(_GNU_SOURCE) |
| 21 | #define _GNU_SOURCE | 21 | #define _GNU_SOURCE |
| 22 | #endif | 22 | #endif |
