From 55ea6889987a9ca1e7429951e0e94be0fa99d7af Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 25 Mar 2008 23:04:37 +0100 Subject: * tools/dfagen: - fixed warning in doc. - fixed missing newline. - added use of non default templates. - added warning about parser.g. - removed .orig file when patching. --- tools/dfagen/examples/tpl/template_table.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tools/dfagen/examples/tpl/template_table.h (limited to 'tools/dfagen/examples/tpl/template_table.h') diff --git a/tools/dfagen/examples/tpl/template_table.h b/tools/dfagen/examples/tpl/template_table.h new file mode 100644 index 00000000..817197fa --- /dev/null +++ b/tools/dfagen/examples/tpl/template_table.h @@ -0,0 +1,12 @@ +/* + * THIS IS AN AUTOMATICALLY GENERATED FILE, DO NOT EDIT! + * + * %(name)s + * +%(*comments)s */ + +/* %(name)s transition table. */ +static const %(prefix)s_transition_t +%(prefix)s_transition_table[%(PREFIX)s_STATE_NB][%(PREFIX)s_EVENT_NB] = { +%(transition_table)s}; + -- cgit v1.2.3