Mercurial > ~dholland > hg > tradcpp > index.cgi
diff place.h @ 112:2b0b61fd1a36
Fix handling of relative includes.
author | David A. Holland |
---|---|
date | Tue, 11 Jun 2013 13:50:07 -0400 |
parents | 76c114899f63 |
children | 28ac21a359d1 95fbb216e23f |
line wrap: on
line diff
--- a/place.h Tue Jun 11 13:11:01 2013 -0400 +++ b/place.h Tue Jun 11 13:50:07 2013 -0400 @@ -50,5 +50,7 @@ void place_setcommandline(struct place *p, unsigned word, unsigned column); void place_setfilestart(struct place *p, const struct placefile *pf); +const char *place_getparsedir(const struct place *incplace); + const struct placefile *place_addfile(const struct place *incplace, const char *name, bool fromsystemdir);