diff options
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 1.11 1997/12/18 18:32:39 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 1.12 1997/12/18 19:11:43 roberto Exp roberto $ |
3 | ** Standard I/O (and system) library | 3 | ** Standard I/O (and system) library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -20,7 +20,6 @@ | |||
20 | #ifndef OLD_ANSI | 20 | #ifndef OLD_ANSI |
21 | #include <locale.h> | 21 | #include <locale.h> |
22 | #else | 22 | #else |
23 | #define strcoll(a,b) strcmp(a,b) | ||
24 | #define setlocale(a,b) 0 | 23 | #define setlocale(a,b) 0 |
25 | #define LC_ALL 0 | 24 | #define LC_ALL 0 |
26 | #define LC_COLLATE 0 | 25 | #define LC_COLLATE 0 |