aboutsummaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'liolib.c')
-rw-r--r--liolib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/liolib.c b/liolib.c
index 8961652e..2dc0f038 100644
--- a/liolib.c
+++ b/liolib.c
@@ -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