diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-03-16 09:31:40 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-03-16 09:31:40 -0300 |
commit | 24f2d1183c6bda0832456168c59109b6708b0738 (patch) | |
tree | e07c97a8accbfe2cf4523dfd0c5c8e751f303115 /lvm.c | |
parent | 8e1f25e3f80bbefbbd1e3de20caf255b95b4d9d6 (diff) | |
download | lua-24f2d1183c6bda0832456168c59109b6708b0738.tar.gz lua-24f2d1183c6bda0832456168c59109b6708b0738.tar.bz2 lua-24f2d1183c6bda0832456168c59109b6708b0738.zip |
detail
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,11 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 1.291 2003/12/09 16:56:11 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #include <stdarg.h> | ||
9 | #include <stdlib.h> | 8 | #include <stdlib.h> |
10 | #include <string.h> | 9 | #include <string.h> |
11 | 10 | ||