Skip to content
Snippets Groups Projects
Commit e340665b authored by Darek Marcinkiewicz's avatar Darek Marcinkiewicz
Browse files

* libSzarp2/szbase/lua_parser.cc: fix in recognizing

	'elseif' as keyword
parent 0e36852e
No related branches found
No related tags found
No related merge requests found
# Git does not support keywords substitutions. Use 'git log ...'.
2010-04-16 Darek Marcinkiewcz <reksio@praterm.com.pl>
* libSzarp2/szbase/lua_parser.cc: fix in recognizing
'elseif' as keyword
2010-04-15 Pawel Palucha <pawel@praterm.com.pl>
* README, INSTALL, INSTALL.Windows: docs update.
* AUTHORS: update.
......
......@@ -629,8 +629,8 @@ public:
keywords = lit(L"and")
| L"break"
| L"do"
| L"else"
| L"elseif"
| L"else"
| L"end"
| L"false"
| L"for"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment