add LL backend stub

This commit is contained in:
Sven M. Hallberg 2013-04-17 15:10:33 +02:00
parent e73377fbda
commit 1325ebcdd1
5 changed files with 22 additions and 1 deletions

View file

@ -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.