diff place.c @ 157:95fbb216e23f

Make place_getname public, so that __FILE__ can use it.
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 27 Feb 2015 00:21:31 +0100
parents 26ee741196d1
children d6e6b3940780
line wrap: on
line diff
--- a/place.c	Tue Sep 17 14:59:42 2013 -0400
+++ b/place.c	Fri Feb 27 00:21:31 2015 +0100
@@ -154,7 +154,6 @@
 	p->column = 1;
 }
 
-static
 const char *
 place_getname(const struct place *p)
 {