summaryrefslogtreecommitdiffstats
path: root/src/lex.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-04-11 01:47:28 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-04-11 01:51:01 +0200
commit69d5b76e1a56a0e2f537b06b133921b45f490371 (patch)
tree654943c07d2e1301d5b039025aa6476ce8b414c5 /src/lex.hpp
parent0f3c53fb630b810e3927e7184273d424ff8b165a (diff)
downloadsolar-69d5b76e1a56a0e2f537b06b133921b45f490371.tar
solar-69d5b76e1a56a0e2f537b06b133921b45f490371.zip
Add support for square-bracketed actions
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() {