added include for 'lprefix.h', for stuff that must be added before

any other header file
This commit is contained in:
Roberto Ierusalimschy
2014-11-02 17:19:04 -02:00
parent c25072a246
commit 28fdbcf393
35 changed files with 199 additions and 146 deletions

View File

@@ -1,14 +1,17 @@
/*
** $Id: ldump.c,v 2.32 2014/06/18 18:35:43 roberto Exp roberto $
** $Id: ldump.c,v 2.33 2014/07/18 13:36:14 roberto Exp roberto $
** save precompiled Lua chunks
** See Copyright Notice in lua.h
*/
#include <stddef.h>
#define ldump_c
#define LUA_CORE
#include "lprefix.h"
#include <stddef.h>
#include "lua.h"
#include "lobject.h"