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,10 +1,11 @@
/*
** $Id: lopcodes.c,v 1.24 2003/05/14 12:09:12 roberto Exp roberto $
** $Id: lopcodes.c,v 1.25 2003/05/14 21:09:53 roberto Exp roberto $
** See Copyright Notice in lua.h
*/
#define lopcodes_c
#define LUA_CORE
#include "lua.h"