This commit is contained in:
Roberto Ierusalimschy
2001-02-23 17:31:37 -03:00
parent d2a64bb6d4
commit 8399df5dcf
2 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
/*
** $Id: lcode.c,v 1.62 2001/02/12 19:21:19 roberto Exp roberto $
** $Id: lcode.c,v 1.63 2001/02/23 17:17:25 roberto Exp roberto $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
#include "stdlib.h"
#include <stdlib.h>
#include "lua.h"