summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-09-16 18:38:46 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-09-16 18:38:46 +0000
commit5aebd0ff8a443e7dc59cee12526c76f3ab6255bc (patch)
treeba94b2d7cb86766983fc6790eff5ffb3943d5569 /flex.skl
parent91fb00772de41ae2ebbee9b8d7c5205b6789aec1 (diff)
Serialization works in headers (%option headers).
Serialization code (Tables API) is complete.
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl2
1 files changed, 2 insertions, 0 deletions
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.