diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-05 15:45:02 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-05 15:45:02 -0300 |
| commit | 0b3d380f9fb79cc5a35ce34eecf56aea0d7fb9f9 (patch) | |
| tree | a0aa3a5dc177fe0984e305aae894d708f05b078f /lzio.c | |
| parent | 4e23699aa647fd9dc04933bf5582217ca594c8ce (diff) | |
| download | lua-0b3d380f9fb79cc5a35ce34eecf56aea0d7fb9f9.tar.gz lua-0b3d380f9fb79cc5a35ce34eecf56aea0d7fb9f9.tar.bz2 lua-0b3d380f9fb79cc5a35ce34eecf56aea0d7fb9f9.zip | |
internal names
Diffstat (limited to 'lzio.c')
| -rw-r--r-- | lzio.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lzio.c,v 1.18 2002/06/03 20:11:07 roberto Exp roberto $ | 2 | ** $Id: lzio.c,v 1.19 2002/06/06 12:40:22 roberto Exp roberto $ |
| 3 | ** a generic input stream interface | 3 | ** a generic input stream interface |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -45,7 +45,7 @@ void luaZ_init (ZIO *z, lua_Chunkreader reader, void *data, const char *name) { | |||
| 45 | 45 | ||
| 46 | 46 | ||
| 47 | /* --------------------------------------------------------------- read --- */ | 47 | /* --------------------------------------------------------------- read --- */ |
| 48 | size_t luaZ_zread (ZIO *z, void *b, size_t n) { | 48 | size_t luaZ_read (ZIO *z, void *b, size_t n) { |
| 49 | while (n) { | 49 | while (n) { |
| 50 | size_t m; | 50 | size_t m; |
| 51 | if (z->n == 0) { | 51 | if (z->n == 0) { |
