aboutsummaryrefslogtreecommitdiffstats
path: root/src/tok.c
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2019-06-04 17:52:21 -0700
committerkatherine <ageha@airen-no-jikken.icu>2019-06-04 17:52:21 -0700
commit01209d714d3720cd4aa18edac10a549177c81b1e (patch)
tree756e2609e85c0fcea9a5bb9af71cf735965ea905 /src/tok.c
parent233bac703ee5849cb18d02330ccb97038ffc6439 (diff)
downloadconfconf-01209d714d3720cd4aa18edac10a549177c81b1e.tar.gz
add name-suffix and uthash-header options
Diffstat (limited to 'src/tok.c')
-rw-r--r--src/tok.c4
1 files changed, 2 insertions, 2 deletions
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;