diff files.c @ 107:33954a07d013

__unused -> UNUSED
author David A. Holland
date Tue, 11 Jun 2013 12:15:47 -0400
parents 91f600e6647b
children 2b0b61fd1a36
line wrap: on
line diff
--- a/files.c	Tue Jun 11 11:35:27 2013 -0400
+++ b/files.c	Tue Jun 11 12:15:47 2013 -0400
@@ -46,7 +46,7 @@
 	bool issystem;
 };
 
-DECLARRAY(incdir, static __unused);
+DECLARRAY(incdir, static UNUSED);
 DEFARRAY(incdir, static);
 
 static struct incdirarray quotepath, bracketpath;