Ported to OpenBSD.
This commit is contained in:
parent
2c405f40a9
commit
cc4ded8914
7 changed files with 14 additions and 7 deletions
|
|
@ -25,5 +25,6 @@ HParser* h_and(const HParser* p) {
|
|||
}
|
||||
HParser* h_and__m(HAllocator* mm__, const HParser* p) {
|
||||
// zero-width postive lookahead
|
||||
return h_new_parser(mm__, &and_vt, (void *)p);
|
||||
void* env = (void*)p;
|
||||
return h_new_parser(mm__, &and_vt, env);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue