From 6ffcf2136788b032bdc0f8520b1bbc2a4d2ea76e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 11 Mar 2009 10:27:32 -0300 Subject: ctype 'lalpha' includes '_' (as '_' behaves as a letter from the point of view of Lua) --- lctype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lctype.c') diff --git a/lctype.c b/lctype.c index df7d23a9..3cd79885 100644 --- a/lctype.c +++ b/lctype.c @@ -1,5 +1,5 @@ /* -** $Id: lctype.c,v 1.2 2009/02/20 13:11:15 roberto Exp roberto $ +** $Id: lctype.c,v 1.3 2009/03/10 17:42:33 roberto Exp roberto $ ** 'ctype' functions for Lua ** See Copyright Notice in lua.h */ @@ -20,7 +20,7 @@ const char luai_ctype_[UCHAR_MAX + 1] = { 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, - 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, 0x04, 0x04, + 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, 0x04, 0x05, 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, -- cgit v1.2.3-55-g6feb