Merge branch 'enable-indirect'
This commit is contained in:
commit
7d818e2570
3 changed files with 5 additions and 4 deletions
|
|
@ -442,7 +442,7 @@ HParser *h_indirect();
|
|||
* Set the inner parser of an indirect. See comments on indirect for
|
||||
* details.
|
||||
*/
|
||||
void h_bind_indirect(HParser* indirect, HParser* inner);
|
||||
void h_bind_indirect(HParser* indirect, const HParser* inner);
|
||||
|
||||
// Some debugging aids
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue