From 01209d714d3720cd4aa18edac10a549177c81b1e Mon Sep 17 00:00:00 2001 From: katherine Date: Tue, 4 Jun 2019 17:52:21 -0700 Subject: add name-suffix and uthash-header options --- src/tok.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tok.c') diff --git a/src/tok.c b/src/tok.c index bae9285..9b57459 100644 --- a/src/tok.c +++ b/src/tok.c @@ -74,8 +74,8 @@ static void sub_match_op(void) { true, TOK_OP_STRUCT, ".struct" }, { true, TOK_OP_UNION, ".union" }, { true, TOK_OP_ENUM, ".enum" }, - { true, TOK_OP_NAMING_SUFFIX, ".naming-suffix" }, - { true, TOK_OP_UTHASH_LOCATION, ".uthash-location" }, + { true, TOK_OP_NAMING_SUFFIX, ".name-suffix" }, + { true, TOK_OP_UTHASH_HEADER, ".uthash-header" }, }; unsigned i, j; bool again; -- cgit v1.2.3