comparison files.c @ 107:33954a07d013

__unused -> UNUSED
author David A. Holland
date Tue, 11 Jun 2013 12:15:47 -0400
parents 91f600e6647b
children 2b0b61fd1a36
comparison
equal deleted inserted replaced
106:ecec7c16e3ba 107:33954a07d013
44 struct incdir { 44 struct incdir {
45 const char *name; 45 const char *name;
46 bool issystem; 46 bool issystem;
47 }; 47 };
48 48
49 DECLARRAY(incdir, static __unused); 49 DECLARRAY(incdir, static UNUSED);
50 DEFARRAY(incdir, static); 50 DEFARRAY(incdir, static);
51 51
52 static struct incdirarray quotepath, bracketpath; 52 static struct incdirarray quotepath, bracketpath;
53 53
54 //////////////////////////////////////////////////////////// 54 ////////////////////////////////////////////////////////////