diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-12-26 16:38:16 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-12-26 16:38:16 -0200 |
commit | da96eb2cceb9a4b89ee3d08747d3306d166f9c87 (patch) | |
tree | 65ee363e339cbd55199af68ba34ffba2b9a57c88 /liolib.c | |
parent | fada8efd017c9834607a8d634d2f2a2c0c5d5289 (diff) | |
download | lua-da96eb2cceb9a4b89ee3d08747d3306d166f9c87.tar.gz lua-da96eb2cceb9a4b89ee3d08747d3306d166f9c87.tar.bz2 lua-da96eb2cceb9a4b89ee3d08747d3306d166f9c87.zip |
some details related to OLD_ANSI
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 |