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,18 +1,20 @@
/*
** $Id: ltests.c,v 2.190 2014/10/27 17:00:02 roberto Exp roberto $
** $Id: ltests.c,v 2.191 2014/10/30 18:53:28 roberto Exp roberto $
** Internal Module for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
#define ltests_c
#define LUA_CORE
#include "lprefix.h"
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define ltests_c
#define LUA_CORE
#include "lua.h"
#include "lapi.h"