aboutsummaryrefslogtreecommitdiffstats
path: root/libparser-generate.c
diff options
context:
space:
mode:
Diffstat (limited to 'libparser-generate.c')
-rw-r--r--libparser-generate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparser-generate.c b/libparser-generate.c
index a07ca4f..c027300 100644
--- a/libparser-generate.c
+++ b/libparser-generate.c
@@ -377,7 +377,7 @@ emit_and_free_sentence(struct node *node, size_t *indexp)
argv0, low->token->lineno, low->token->column, low->token->character,
high->token->lineno, high->token->column, high->token->character);
}
- printf("static union libparser_sentence sentence_%zu_%zu = {.unary = {"
+ printf("static union libparser_sentence sentence_%zu_%zu = {.char_range = {"
".type = LIBPARSER_SENTENCE_TYPE_CHAR_RANGE, .low = %hhu, .high = %hhu"
"}};\n",
nrule_names, index, (unsigned char)low->token->s[0], (unsigned char)high->token->s[0]);