diff place.h @ 160:d6e6b3940780

Fully implement #line.
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 27 Feb 2015 02:06:49 +0100
parents 95fbb216e23f
children f14f5352956c
line wrap: on
line diff
--- a/place.h	Fri Feb 27 00:41:46 2015 +0100
+++ b/place.h	Fri Feb 27 02:06:49 2015 +0100
@@ -50,6 +50,7 @@
 void place_setbuiltin(struct place *p, unsigned num);
 void place_setcommandline(struct place *p, unsigned word, unsigned column);
 void place_setfilestart(struct place *p, const struct placefile *pf);
+void place_setfile(struct place *p, const char *name);
 
 const char *place_getparsedir(const struct place *incplace);