added include for 'lprefix.h', for stuff that must be added before
any other header file
This commit is contained in:
10
lcode.c
10
lcode.c
@@ -1,16 +1,18 @@
|
||||
/*
|
||||
** $Id: lcode.c,v 2.93 2014/10/28 17:27:41 roberto Exp roberto $
|
||||
** $Id: lcode.c,v 2.94 2014/10/30 18:53:28 roberto Exp roberto $
|
||||
** Code generator for Lua
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
#define lcode_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lprefix.h"
|
||||
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define lcode_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "lcode.h"
|
||||
|
||||
Reference in New Issue
Block a user