summaryrefslogtreecommitdiffstats
path: root/src/lex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.hpp')
-rw-r--r--src/lex.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lex.hpp b/src/lex.hpp
index 9ab6113..9a727a9 100644
--- a/src/lex.hpp
+++ b/src/lex.hpp
@@ -70,7 +70,7 @@ private:
int unterminated_string(parse_token_value_t *value);
int lex_string(parse_token_value_t *value);
- int lex_block(parse_token_value_t *value);
+ int lex_block(parse_token_value_t *value, int token, char open, char close);
int lex_symbol(parse_token_value_t *value);
char current() {