From d7648e85b78d53a2248de909868192598ad0eb69 Mon Sep 17 00:00:00 2001 From: Lua Team Date: Thu, 31 Jul 2014 12:00:00 +0000 Subject: Lua 5.3.0-alpha --- src/lutf8lib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lutf8lib.c') diff --git a/src/lutf8lib.c b/src/lutf8lib.c index 747c018d..1e848def 100644 --- a/src/lutf8lib.c +++ b/src/lutf8lib.c @@ -1,5 +1,5 @@ /* -** $Id: lutf8lib.c,v 1.9 2014/05/14 18:33:37 roberto Exp $ +** $Id: lutf8lib.c,v 1.10 2014/07/16 13:56:14 roberto Exp $ ** Standard library for UTF-8 manipulation ** See Copyright Notice in lua.h */ @@ -238,6 +238,8 @@ static struct luaL_Reg funcs[] = { {"char", utfchar}, {"len", utflen}, {"codes", iter_codes}, + /* placeholders */ + {"charpatt", NULL}, {NULL, NULL} }; -- cgit v1.2.1