diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-16 17:02:13 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-16 17:02:13 -0300 |
commit | 576bded5137babb9c669ccff5aedf19ed65a7598 (patch) | |
tree | 567f9bde5f01614d885081221c3db3968b869845 /liolib.c | |
parent | ecc7769de2f3fb898235759cda9ae822a6168341 (diff) | |
download | lua-576bded5137babb9c669ccff5aedf19ed65a7598.tar.gz lua-576bded5137babb9c669ccff5aedf19ed65a7598.tar.bz2 lua-576bded5137babb9c669ccff5aedf19ed65a7598.zip |
details
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 | ||