Skip to content
Snippets Groups Projects
Commit 5100dc69 authored by Mikael Vejdemo-Johansson's avatar Mikael Vejdemo-Johansson
Browse files

typo

parent 8039d485
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ HParser* finkmaoTW() { ...@@ -174,7 +174,7 @@ HParser* finkmaoTW() {
h_sequence(W, W, U, NULL), h_sequence(W, W, U, NULL),
NULL); NULL);
HParser *pairstar = h_indirect(); HParser *pairstar = h_indirect();
HParser *pstar_ = h_choice(h_sequence(pair, tuckpairstar, NULL), HParser *pstar_ = h_choice(h_sequence(pair, pairstar, NULL),
h_epsilon_p(), h_epsilon_p(),
NULL); NULL);
h_bind_indirect(pairstar, pstar_); h_bind_indirect(pairstar, pstar_);
......
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