Ported to OpenBSD.
This commit is contained in:
parent
2c405f40a9
commit
cc4ded8914
7 changed files with 14 additions and 7 deletions
|
|
@ -21,5 +21,6 @@ HParser* h_not(const HParser* p) {
|
|||
return h_not__m(&system_allocator, p);
|
||||
}
|
||||
HParser* h_not__m(HAllocator* mm__, const HParser* p) {
|
||||
return h_new_parser(mm__, ¬_vt, (void *)p);
|
||||
void* env = (void*)p;
|
||||
return h_new_parser(mm__, ¬_vt, env);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue