comparison 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
comparison
equal deleted inserted replaced
46:eaa154ded584 47:2e25e55dba6b
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); 45 DECLARRAY(placefile, static __unused);
46 DEFARRAY(placefile, ); 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
51 //////////////////////////////////////////////////////////// 51 ////////////////////////////////////////////////////////////