summaryrefslogtreecommitdiff
path: root/src/macro_rules/pattern_checks.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro_rules/pattern_checks.hpp')
-rw-r--r--src/macro_rules/pattern_checks.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macro_rules/pattern_checks.hpp b/src/macro_rules/pattern_checks.hpp
index 4ebbe915..6ce15050 100644
--- a/src/macro_rules/pattern_checks.hpp
+++ b/src/macro_rules/pattern_checks.hpp
@@ -13,3 +13,4 @@ extern bool is_token_type(eTokenType tt);
extern bool is_token_expr(eTokenType tt);
extern bool is_token_stmt(eTokenType tt);
extern bool is_token_item(eTokenType tt);
+extern bool is_token_vis(eTokenType tt);