summaryrefslogtreecommitdiff
path: root/src/tables.h
diff options
context:
space:
mode:
authorrlar <rlar>2016-03-01 17:38:16 +0100
committerWill Estes <westes575@gmail.com>2016-03-08 15:13:05 -0500
commite8e83d2dbee2a568dfdd6ea5e58c227eabff0dea (patch)
tree767d9a745d5074323cd391850cb232981b83bdb5 /src/tables.h
parentc2940d142b0324a12b0d09cff446e697a91fc3b1 (diff)
change type of struct yytbl_writer.total_written to get rid of warnings
Diffstat (limited to 'src/tables.h')
-rw-r--r--src/tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tables.h b/src/tables.h
index 2e4afe5..b8c2bbe 100644
--- a/src/tables.h
+++ b/src/tables.h
@@ -45,7 +45,7 @@ extern "C" {
#include "tables_shared.h"
struct yytbl_writer {
FILE *out;
- flex_uint32_t total_written;
+ int total_written;
/**< bytes written so far */
fpos_t th_ssize_pos;
/**< position of th_ssize */