diff place.c @ 107:33954a07d013

__unused -> UNUSED
author David A. Holland
date Tue, 11 Jun 2013 12:15:47 -0400
parents 1c0575f7dd46
children 2b0b61fd1a36
line wrap: on
line diff
--- a/place.c	Tue Jun 11 11:35:27 2013 -0400
+++ b/place.c	Tue Jun 11 12:15:47 2013 -0400
@@ -42,7 +42,7 @@
 	int depth;
 	bool fromsystemdir;
 };
-DECLARRAY(placefile, static __unused);
+DECLARRAY(placefile, static UNUSED);
 DEFARRAY(placefile, static);
 
 static struct placefilearray placefiles;