aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/grecs/lex.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/grecs/lex.h b/include/grecs/lex.h
index fe2365f..ecd9a5b 100644
--- a/include/grecs/lex.h
+++ b/include/grecs/lex.h
@@ -36,5 +36,6 @@ void grecs_line_acc_free(void);
void grecs_line_acc_grow_char(int c);
-void grecs_line_acc_grow_char_unescape(int c);
+int grecs_line_acc_grow_char_unescape(int c);
void grecs_line_acc_grow(const char *text, size_t len);
-void grecs_line_acc_grow_unescape_last(char *text, size_t len);
+void grecs_line_acc_grow_unescape_last(char *text, size_t len,
+ grecs_locus_t const *loc);

Return to:

Send suggestions and report system problems to the System administrator.