missing 'LUA_CORE' definition
This commit is contained in:
5
lctype.c
5
lctype.c
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lctype.c,v 1.9 2011/06/23 16:00:43 roberto Exp roberto $
|
** $Id: lctype.c,v 1.10 2011/06/24 12:25:33 roberto Exp roberto $
|
||||||
** 'ctype' functions for Lua
|
** 'ctype' functions for Lua
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define lctype_c
|
||||||
|
#define LUA_CORE
|
||||||
|
|
||||||
#include "lctype.h"
|
#include "lctype.h"
|
||||||
|
|
||||||
#if !LUA_USE_CTYPE /* { */
|
#if !LUA_USE_CTYPE /* { */
|
||||||
|
|||||||
Reference in New Issue
Block a user