Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison macro.h @ 177:6119608a9817
Finish joerg's halfassedly partial const changes.
(why only do half of it?)
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 03:03:04 -0400 |
parents | 3e7e696fe558 |
children | 4c3375895c6e |
comparison
equal
deleted
inserted
replaced
176:a2f047301c15 | 177:6119608a9817 |
---|---|
42 struct place *, const char *expansion); | 42 struct place *, const char *expansion); |
43 void macro_define_magic(struct place *, const char *macro); | 43 void macro_define_magic(struct place *, const char *macro); |
44 void macro_undef(const char *macro); | 44 void macro_undef(const char *macro); |
45 bool macro_isdefined(const char *macro); | 45 bool macro_isdefined(const char *macro); |
46 | 46 |
47 char *macroexpand(struct place *, char *buf, size_t len, bool honordefined); | 47 char *macroexpand(struct place *, const char *buf, size_t len, |
48 bool honordefined); | |
48 | 49 |
49 void macro_sendline(struct place *, char *buf, size_t len); | 50 void macro_sendline(struct place *, const char *buf, size_t len); |
50 void macro_sendeof(struct place *); | 51 void macro_sendeof(struct place *); |