From d79190e27f6b43a61e490800ccae1ea4e874e7cd Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 3 Oct 2011 13:19:23 -0300 Subject: missing 'LUA_CORE' definition --- lctype.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lctype.c') diff --git a/lctype.c b/lctype.c index c6eefa51..9e161601 100644 --- a/lctype.c +++ b/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 ** See Copyright Notice in lua.h */ +#define lctype_c +#define LUA_CORE + #include "lctype.h" #if !LUA_USE_CTYPE /* { */ -- cgit v1.2.3-55-g6feb