diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-06-19 15:55:28 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-06-19 15:55:28 -0300 |
| commit | 5a198de3c1108979406b18a7a970cd41d5d2d603 (patch) | |
| tree | 4b7cfcf51bcbd14f21d623f82bbcc481e250c9c3 | |
| parent | c5d7ba7347822ab873bd5af9dac2784ccaa10f36 (diff) | |
| download | lua-github-5a198de3c1108979406b18a7a970cd41d5d2d603.tar.gz | |
new prefix luaZ
| -rw-r--r-- | zio.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ /* * zio.h * a generic input stream interface -* $Id: zio.h,v 1.2 1997/06/18 20:30:52 roberto Exp roberto $ +* $Id: zio.h,v 1.3 1997/06/18 21:39:56 roberto Exp roberto $ */ #ifndef zio_h @@ -12,12 +12,12 @@ /* For Lua only */ -#define zFopen luaz_Fopen -#define zfopen luaz_fopen -#define zpopen luaz_popen -#define zsopen luaz_sopen -#define zmopen luaz_mopen -#define zread luaz_read +#define zFopen luaZ_Fopen +#define zfopen luaZ_fopen +#define zpopen luaZ_popen +#define zsopen luaZ_sopen +#define zmopen luaZ_mopen +#define zread luaZ_read #define EOZ (-1) /* end of stream */ |
