This commit is contained in:
Roberto Ierusalimschy 2004-03-16 09:31:40 -03:00
parent 8e1f25e3f8
commit 24f2d1183c
1 changed files with 1 additions and 2 deletions

3
lvm.c
View File

@ -1,11 +1,10 @@
/*
** $Id: lvm.c,v 1.291 2003/12/09 16:56:11 roberto Exp roberto $
** $Id: lvm.c,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>