Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
111:36dd4701e0ba | 112:2b0b61fd1a36 |
---|---|
48 void place_setnowhere(struct place *p); | 48 void place_setnowhere(struct place *p); |
49 void place_setbuiltin(struct place *p, unsigned num); | 49 void place_setbuiltin(struct place *p, unsigned num); |
50 void place_setcommandline(struct place *p, unsigned word, unsigned column); | 50 void place_setcommandline(struct place *p, unsigned word, unsigned column); |
51 void place_setfilestart(struct place *p, const struct placefile *pf); | 51 void place_setfilestart(struct place *p, const struct placefile *pf); |
52 | 52 |
53 const char *place_getparsedir(const struct place *incplace); | |
54 | |
53 const struct placefile *place_addfile(const struct place *incplace, | 55 const struct placefile *place_addfile(const struct place *incplace, |
54 const char *name, bool fromsystemdir); | 56 const char *name, bool fromsystemdir); |