Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
158:19278e2f885d | 159:8cef6d7227a8 |
---|---|
33 struct place; | 33 struct place; |
34 | 34 |
35 void macros_init(void); | 35 void macros_init(void); |
36 void macros_cleanup(void); | 36 void macros_cleanup(void); |
37 | 37 |
38 void macro_define_file(struct place *); | |
39 void macro_define_line(struct place *); | |
38 void macro_define_plain(struct place *, const char *macro, | 40 void macro_define_plain(struct place *, const char *macro, |
39 struct place *, const char *expansion); | 41 struct place *, const char *expansion); |
40 void macro_define_params(struct place *, const char *macro, | 42 void macro_define_params(struct place *, const char *macro, |
41 struct place *, const char *params, | 43 struct place *, const char *params, |
42 struct place *, const char *expansion); | 44 struct place *, const char *expansion); |