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. --- flex.skl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flex.skl') diff --git a/flex.skl b/flex.skl index 858a011..64d559f 100644 --- a/flex.skl +++ b/flex.skl @@ -763,6 +763,7 @@ int yytables_fload YY_PARAMS ((FILE * fp YY_PROTO_LAST_ARG)); /* Unload the tables from memory. */ int yytables_destroy YY_PARAMS ((YY_PROTO_ONLY_ARG)); +%not-for-header /** Describes a mapping from a serialized table id to its deserialized state in * this scanner. This is the bridge between our "generic" deserialization code @@ -788,6 +789,7 @@ struct yytbl_reader { }; %tables-serialization-code-end structures and prototypes +%ok-for-header /* Default declaration of generated scanner - a define so the user can * easily add parameters. -- cgit v1.2.3