aboutsummaryrefslogtreecommitdiff
path: root/lzio.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2012-05-14 10:34:18 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2012-05-14 10:34:18 -0300
commitedfa9e007d9e9d2112b5dd3abac1df27658bf734 (patch)
tree4da4686444591ccd87aaf410aae90a514d08777b /lzio.c
parent31829ad1770223833bcbdab634e25cdfd911633d (diff)
downloadlua-edfa9e007d9e9d2112b5dd3abac1df27658bf734.tar.gz
lua-edfa9e007d9e9d2112b5dd3abac1df27658bf734.tar.bz2
lua-edfa9e007d9e9d2112b5dd3abac1df27658bf734.zip
details (header comments)
Diffstat (limited to 'lzio.c')
-rw-r--r--lzio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lzio.c b/lzio.c
index c9011c09..9cfa215c 100644
--- a/lzio.c
+++ b/lzio.c
@@ -1,6 +1,6 @@
1/* 1/*
2** $Id: lzio.c,v 1.33 2011/02/23 13:13:10 roberto Exp roberto $ 2** $Id: lzio.c,v 1.34 2011/07/15 12:35:32 roberto Exp roberto $
3** a generic input stream interface 3** Buffered streams
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6