diff options
author | Will Estes <westes575@gmail.com> | 2012-08-07 12:18:08 -0400 |
---|---|---|
committer | Will Estes <westes575@gmail.com> | 2012-08-07 15:56:44 -0400 |
commit | ec676fce008138b222d072de28fb05e1dfd945fb (patch) | |
tree | 1d45f3a3df39df4647ec4487f426f8f6b564373a /tables.h | |
parent | c1a633de7c2ee2fb450b24ec46e9c4390f3c69ea (diff) | |
download | flex-git-bug-2172046.tar.gz |
reorganize flex skeleton and m4 processingbug-2172046
Diffstat (limited to 'tables.h')
-rw-r--r-- | tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ extern "C" { /* Tables serialization API declarations. */ #include "tables_shared.h" +extern flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl); + struct yytbl_writer { FILE *out; flex_uint32_t total_written; |