summaryrefslogtreecommitdiff
path: root/tables_shared.c
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-11-27 14:43:24 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-11-27 14:43:24 +0000
commit797eb0e8666db36b75666d0b6a6d5a108c68b730 (patch)
treef96f9e1aae91b8c7f99193e3dbefa6840c6b5878 /tables_shared.c
parentc0d0f41c24bfa1700ad9ae20d0425ac6c666adfb (diff)
Changed int types to flex_intX_t. The build is now broken until typedef's are
established.
Diffstat (limited to 'tables_shared.c')
-rw-r--r--tables_shared.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tables_shared.c b/tables_shared.c
index dcfc03b..b962666 100644
--- a/tables_shared.c
+++ b/tables_shared.c
@@ -55,9 +55,9 @@ dnl
* @param td the table
* @return the number of integers in the table
*/
-yyskel_static int32_t yytbl_calc_total_len (const struct yytbl_data *tbl)
+yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl)
{
- int32_t n;
+ flex_int32_t n;
/* total number of ints */
n = tbl->td_lolen;