aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-04 12:44:40 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-04 15:45:27 +0300
commit161819277c47ee15494680bf7b58f5c1e01ab224 (patch)
tree74c6fde17c90cd8f4eb2d107888e1bfbd07dd2b6 /include
parent8ce8bfb30c64785d0dddfb319e48ff6cbc5f4405 (diff)
downloadgrecs-161819277c47ee15494680bf7b58f5c1e01ab224.tar.gz
grecs-161819277c47ee15494680bf7b58f5c1e01ab224.tar.bz2
Fix prototypes.
Diffstat (limited to 'include')
-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
@@ -34,9 +34,10 @@ void grecs_parse_line_directive_cpp(char *text, grecs_locus_t *ploc,
void grecs_line_acc_create(void);
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);
void grecs_line_begin(void);
#define grecs_line_add grecs_line_acc_grow

Return to:

Send suggestions and report system problems to the System administrator.