Mercurial > ~dholland > hg > tradcpp > index.cgi
diff macro.h @ 159:8cef6d7227a8
Expand __FILE__ and __LINE__.
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Fri, 27 Feb 2015 00:41:46 +0100 |
parents | 76c114899f63 |
children | 3e7e696fe558 |
line wrap: on
line diff
--- a/macro.h Fri Feb 27 00:23:01 2015 +0100 +++ b/macro.h Fri Feb 27 00:41:46 2015 +0100 @@ -35,6 +35,8 @@ void macros_init(void); void macros_cleanup(void); +void macro_define_file(struct place *); +void macro_define_line(struct place *); void macro_define_plain(struct place *, const char *macro, struct place *, const char *expansion); void macro_define_params(struct place *, const char *macro,