misc/liblua/llex.c
branchsdl2transition
changeset 11362 ed5a6478e710
parent 10017 de822cd3df3a
equal deleted inserted replaced
11361:31570b766315 11362:ed5a6478e710
    28 #define next(ls) (ls->current = zgetc(ls->z))
    28 #define next(ls) (ls->current = zgetc(ls->z))
    29 
    29 
    30 
    30 
    31 
    31 
    32 
    32 
    33 #define currIsNewline(ls)	(ls->current == '\n' || ls->current == '\r')
    33 #define currIsNewline(ls)   (ls->current == '\n' || ls->current == '\r')
    34 
    34 
    35 
    35 
    36 /* ORDER RESERVED */
    36 /* ORDER RESERVED */
    37 const char *const luaX_tokens [] = {
    37 const char *const luaX_tokens [] = {
    38     "and", "break", "do", "else", "elseif",
    38     "and", "break", "do", "else", "elseif",