comparison place.c @ 107:33954a07d013

__unused -> UNUSED
author David A. Holland
date Tue, 11 Jun 2013 12:15:47 -0400
parents 1c0575f7dd46
children 2b0b61fd1a36
comparison
equal deleted inserted replaced
106:ecec7c16e3ba 107:33954a07d013
40 struct place includedfrom; 40 struct place includedfrom;
41 char *name; 41 char *name;
42 int depth; 42 int depth;
43 bool fromsystemdir; 43 bool fromsystemdir;
44 }; 44 };
45 DECLARRAY(placefile, static __unused); 45 DECLARRAY(placefile, static UNUSED);
46 DEFARRAY(placefile, static); 46 DEFARRAY(placefile, static);
47 47
48 static struct placefilearray placefiles; 48 static struct placefilearray placefiles;
49 static bool overall_failure; 49 static bool overall_failure;
50 50