added include for 'lprefix.h', for stuff that must be added before
any other header file
This commit is contained in:
10
lauxlib.c
10
lauxlib.c
@@ -1,9 +1,14 @@
|
||||
/*
|
||||
** $Id: lauxlib.c,v 1.271 2014/10/25 11:50:46 roberto Exp roberto $
|
||||
** $Id: lauxlib.c,v 1.272 2014/10/29 16:11:17 roberto Exp roberto $
|
||||
** Auxiliary functions for building Lua libraries
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
#define lauxlib_c
|
||||
#define LUA_LIB
|
||||
|
||||
#include "lprefix.h"
|
||||
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
@@ -16,9 +21,6 @@
|
||||
** Any function declared here could be written as an application function.
|
||||
*/
|
||||
|
||||
#define lauxlib_c
|
||||
#define LUA_LIB
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "lauxlib.h"
|
||||
|
||||
Reference in New Issue
Block a user