aboutsummaryrefslogtreecommitdiff
path: root/lutf8lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lutf8lib.c')
-rw-r--r--lutf8lib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lutf8lib.c b/lutf8lib.c
index eca23ab7..e9557d61 100644
--- a/lutf8lib.c
+++ b/lutf8lib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lutf8lib.c,v 1.8 2014/04/11 18:19:07 roberto Exp roberto $ 2** $Id: lutf8lib.c,v 1.9 2014/05/14 18:33:37 roberto Exp roberto $
3** Standard library for UTF-8 manipulation 3** Standard library for UTF-8 manipulation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -238,6 +238,8 @@ static struct luaL_Reg funcs[] = {
238 {"char", utfchar}, 238 {"char", utfchar},
239 {"len", utflen}, 239 {"len", utflen},
240 {"codes", iter_codes}, 240 {"codes", iter_codes},
241 /* placeholders */
242 {"charpatt", NULL},
241 {NULL, NULL} 243 {NULL, NULL}
242}; 244};
243 245