aboutsummaryrefslogtreecommitdiffstats
path: root/src/tok.c
diff options
context:
space:
mode:
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;