From 4ffa6882a5eafa50625d0e4d49cdaafe69d7877c Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Tue, 31 Mar 2009 04:57:48 +0200 Subject: datatype: add/move size and byte order information into data types Add size and type information to non-basetype types and remove the now redundant information from the symbol tables. This will be used to determine size and byteorder of set members without analyzing the ruleset for incremental update operations. Signed-off-by: Patrick McHardy --- src/expression.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expression.c') diff --git a/src/expression.c b/src/expression.c index ba4bda17..74579dd2 100644 --- a/src/expression.c +++ b/src/expression.c @@ -102,7 +102,7 @@ void expr_describe(const struct expr *expr) if (expr->dtype->sym_tbl != NULL) { printf("\npre-defined symbolic constants:\n"); - symbol_table_print(expr->dtype->sym_tbl); + symbol_table_print(expr->dtype->sym_tbl, expr->dtype); } } -- cgit v1.2.3