Replaced enum symbol CLOSE_BRACKED with CLOSE_BRACKET

This commit is contained in:
Ignacio R. Morelle 2008-07-06 19:22:59 +00:00
parent 06ad111ae8
commit e73e50063c

View File

@ -45,7 +45,7 @@ struct token
PLUS = '+', PLUS = '+',
SLASH = '/', SLASH = '/',
OPEN_BRACKET = '[', OPEN_BRACKET = '[',
CLOSE_BRACKED = ']', CLOSE_BRACKET = ']',
UNDERSCORE = '_', UNDERSCORE = '_',
END END
} type; } type;