diff options
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 2.14 2002/07/17 16:25:13 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 2.15 2002/08/06 18:01:50 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 | */ |
@@ -26,7 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | 28 | ||
29 | #ifndef POPEN | 29 | #ifndef USE_POPEN |
30 | #define pclose(f) (-1) | 30 | #define pclose(f) (-1) |
31 | #endif | 31 | #endif |
32 | 32 | ||