added include for 'lprefix.h', for stuff that must be added before
any other header file
This commit is contained in:
10
lvm.c
10
lvm.c
@@ -1,18 +1,20 @@
|
||||
/*
|
||||
** $Id: lvm.c,v 2.225 2014/10/24 11:42:06 roberto Exp roberto $
|
||||
** $Id: lvm.c,v 2.226 2014/10/25 11:50:46 roberto Exp roberto $
|
||||
** Lua virtual machine
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
#define lvm_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lprefix.h"
|
||||
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define lvm_c
|
||||
#define LUA_CORE
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "ldebug.h"
|
||||
|
||||
Reference in New Issue
Block a user