This commit is contained in:
Roberto Ierusalimschy
2003-03-07 10:21:31 -03:00
parent 8ce6f0b418
commit 7c3857cded
2 changed files with 8 additions and 3 deletions

6
lvm.c
View File

@@ -1,15 +1,17 @@
/*
** $Id: lvm.c,v 1.279 2003/02/28 19:45:15 roberto Exp roberto $
** $Id: lvm.c,v 1.280 2003/03/06 19:37:42 roberto Exp roberto $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* needed only when `lua_number2str' uses `sprintf' */
#include <stdio.h>
#define lvm_c
#include "lua.h"