diff files.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 980ed7cb620a
line wrap: on
line diff
--- a/files.c	Sat Mar 30 22:35:06 2013 -0400
+++ b/files.c	Sat Mar 30 23:05:59 2013 -0400
@@ -46,8 +46,8 @@
 	bool issystem;
 };
 
-DECLARRAY(incdir);
-DEFARRAY(incdir, );
+DECLARRAY(incdir, static __unused);
+DEFARRAY(incdir, static);
 
 static struct incdirarray quotepath, bracketpath;