Rename character type handling from lj_ctype* to lj_char*.

This commit is contained in:
Mike Pall
2010-11-09 12:09:54 +01:00
parent fe21a42a92
commit ad29c1f39f
10 changed files with 99 additions and 100 deletions

View File

@@ -26,7 +26,7 @@
#include "lj_gc.c"
#include "lj_err.c"
#include "lj_ctype.c"
#include "lj_char.c"
#include "lj_bc.c"
#include "lj_obj.c"
#include "lj_str.c"