diff place.c @ 47:2e25e55dba6b

Fix inline usage as per the version in dholland-make2.
author David A. Holland
date Sat, 30 Mar 2013 23:05:59 -0400
parents 337110e7240a
children 1c0575f7dd46
line wrap: on
line diff
--- a/place.c	Sat Mar 30 22:35:06 2013 -0400
+++ b/place.c	Sat Mar 30 23:05:59 2013 -0400
@@ -42,8 +42,8 @@
 	int depth;
 	bool fromsystemdir;
 };
-DECLARRAY(placefile);
-DEFARRAY(placefile, );
+DECLARRAY(placefile, static __unused);
+DEFARRAY(placefile, static);
 
 static struct placefilearray placefiles;
 static bool overall_failure;