summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index 7353570..eb8682d 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -309,7 +309,7 @@ Type *find_symbol_type_info(ParserContext *ctx, const char *n);
char *find_symbol_type(ParserContext *ctx, const char *n);
ZenSymbol *find_symbol_entry(ParserContext *ctx, const char *n);
ZenSymbol *find_symbol_in_all(ParserContext *ctx,
- const char *n); // LSP flat lookup
+ const char *n);
char *find_similar_symbol(ParserContext *ctx, const char *name);
// Function registry