From 5aebd0ff8a443e7dc59cee12526c76f3ab6255bc Mon Sep 17 00:00:00 2001 From: John Millaway Date: Mon, 16 Sep 2002 18:38:46 +0000 Subject: Serialization works in headers (%option headers). Serialization code (Tables API) is complete. --- main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 19ed11b..f6112a0 100644 --- a/main.c +++ b/main.c @@ -440,6 +440,12 @@ void check_options () if (do_yywrap) GEN_PREFIX ("wrap"); + if (tablesext){ + GEN_PREFIX ("tables_fload"); + GEN_PREFIX ("tables_destroy"); + GEN_PREFIX ("TABLES_NAME"); + } + outn (""); } -- cgit v1.2.3