diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/treebnf_regex_impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/treebnf_regex_impl.h b/src/internal/treebnf_regex_impl.h new file mode 100644 index 0000000..c5612ae --- /dev/null +++ b/src/internal/treebnf_regex_impl.h @@ -0,0 +1,6 @@ +#ifndef TREEBNF_REGEX_IMPL_H +#define TREEBNF_REGEX_IMPL_H + +extern struct tbnf_scan_tbl * tbnf_regex_scan_tbl[]; + +#endif |