summaryrefslogtreecommitdiff
path: root/src/lctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lctype.c')
-rw-r--r--[-rwxr-xr-x]src/lctype.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lctype.c b/src/lctype.c
index 387c93a..55e433a 100755..100644
--- a/src/lctype.c
+++ b/src/lctype.c
@@ -1,9 +1,12 @@
/*
-** $Id: lctype.c,v 1.10 2011/06/24 12:25:33 roberto Exp $
+** $Id: lctype.c,v 1.11 2011/10/03 16:19:23 roberto Exp $
** 'ctype' functions for Lua
** See Copyright Notice in lua.h
*/
+#define lctype_c
+#define LUA_CORE
+
#include "lctype.h"
#if !LUA_USE_CTYPE /* { */