added include for 'lprefix.h', for stuff that must be added before
any other header file
This commit is contained in:
10
lstrlib.c
10
lstrlib.c
@@ -1,9 +1,14 @@
|
||||
/*
|
||||
** $Id: lstrlib.c,v 1.210 2014/10/30 18:53:28 roberto Exp roberto $
|
||||
** $Id: lstrlib.c,v 1.211 2014/10/31 15:53:31 roberto Exp roberto $
|
||||
** Standard library for string operations and pattern-matching
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
#define lstrlib_c
|
||||
#define LUA_LIB
|
||||
|
||||
#include "lprefix.h"
|
||||
|
||||
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
@@ -12,9 +17,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define lstrlib_c
|
||||
#define LUA_LIB
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "lauxlib.h"
|
||||
|
||||
Reference in New Issue
Block a user