add LL backend stub
This commit is contained in:
parent
e73377fbda
commit
1325ebcdd1
5 changed files with 22 additions and 1 deletions
|
|
@ -215,6 +215,7 @@ struct HBitWriter_ {
|
|||
|
||||
// Backends {{{
|
||||
extern HParserBackendVTable h__packrat_backend_vtable;
|
||||
extern HParserBackendVTable h__ll_backend_vtable;
|
||||
// }}}
|
||||
|
||||
// TODO(thequux): Set symbol visibility for these functions so that they aren't exported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue