mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
removed TOKEN_LEN (useless)
This commit is contained in:
parent
c9ce754e38
commit
bc1c718cc0
2 changed files with 2 additions and 5 deletions
4
llex.h
4
llex.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: llex.h,v 1.68 2011/02/07 17:14:50 roberto Exp roberto $
|
||||
** $Id: llex.h,v 1.69 2011/02/23 13:13:10 roberto Exp roberto $
|
||||
** Lexical Analyzer
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -13,8 +13,6 @@
|
|||
|
||||
#define FIRST_RESERVED 257
|
||||
|
||||
/* maximum length of a reserved word */
|
||||
#define TOKEN_LEN (sizeof("function")/sizeof(char))
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue