Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison directive.h @ 160:d6e6b3940780
Fully implement #line.
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Fri, 27 Feb 2015 02:06:49 +0100 (2015-02-27) |
parents | 76c114899f63 |
children | f14f5352956c |
comparison
equal
deleted
inserted
replaced
159:8cef6d7227a8 | 160:d6e6b3940780 |
---|---|
32 struct place; | 32 struct place; |
33 | 33 |
34 void directive_init(void); | 34 void directive_init(void); |
35 void directive_cleanup(void); | 35 void directive_cleanup(void); |
36 | 36 |
37 void directive_gotline(struct place *p, char *line, size_t len); | 37 void directive_gotline(struct place *p, struct place *np, char *line, size_t len); |
38 void directive_goteof(struct place *p); | 38 void directive_goteof(struct place *p); |
39 | 39 |