misc/liblua/llex.c
changeset 10017 de822cd3df3a
parent 6039 d75329716a02
equal deleted inserted replaced
10015:4feced261c68 10017:de822cd3df3a
    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",