summaryrefslogtreecommitdiff
path: root/tools/dfagen/dfagen/output/c/template.c
diff options
context:
space:
mode:
authorNicolas Schodet2009-05-08 23:07:25 +0200
committerNicolas Schodet2009-05-08 23:07:25 +0200
commitb566e4bcd0c7cb3c90ad941b37db223134090ded (patch)
tree7d3f24a25860e17e7fa9cd017ad2d8bd8c0bd227 /tools/dfagen/dfagen/output/c/template.c
parent6b3d5061623a35c96e66e25fc14af6a9323f81b0 (diff)
* tools/dfagen:
- added state attributes. - added support for more than one initial state. - added table of transitions with only one default branch. - added state and event template parameter. - added --output-dir. - make template directory relative to config file. - more options checking. - added transition attributes and callback definition. - conserve input file order in output. - added --dump and more option checking. - fixed missing newline.
Diffstat (limited to 'tools/dfagen/dfagen/output/c/template.c')
-rw-r--r--tools/dfagen/dfagen/output/c/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dfagen/dfagen/output/c/template.c b/tools/dfagen/dfagen/output/c/template.c
index a8679046..6beda928 100644
--- a/tools/dfagen/dfagen/output/c/template.c
+++ b/tools/dfagen/dfagen/output/c/template.c
@@ -8,7 +8,7 @@
#include <stddef.h>
#include <assert.h>
-%(_user.type-decl)s
+%(_user.type-decl)s
/* %(name)s transition table. */
static const %(prefix)s_transition_t
%(prefix)s_transition_table[%(PREFIX)s_STATE_NB][%(PREFIX)s_EVENT_NB] = {