new scheme for configuration through `luaconf.h'

This commit is contained in:
Roberto Ierusalimschy
2004-04-30 17:13:38 -03:00
parent 079facab40
commit b4cd38ba6c
34 changed files with 176 additions and 395 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lcode.c,v 1.121 2003/12/09 16:56:11 roberto Exp roberto $
** $Id: lcode.c,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
@@ -8,6 +8,7 @@
#include <stdlib.h>
#define lcode_c
#define LUA_CORE
#include "lua.h"