comparison lib-src/etags.c @ 109850:242a8b343421

merge from trunk
author Joakim <joakim@localhost.localdomain>
date Sat, 03 Apr 2010 22:21:58 +0200
parents 912a8c0c9a8a
children 2bc9a0c04c87
comparison
equal deleted inserted replaced
109849:28a8c62b8ee7 109850:242a8b343421
186 #endif /* HAVE_UNISTD_H */ 186 #endif /* HAVE_UNISTD_H */
187 187
188 #include <stdio.h> 188 #include <stdio.h>
189 #include <ctype.h> 189 #include <ctype.h>
190 #include <errno.h> 190 #include <errno.h>
191 #ifndef errno
192 extern int errno;
193 #endif
194 #include <sys/types.h> 191 #include <sys/types.h>
195 #include <sys/stat.h> 192 #include <sys/stat.h>
196 193
197 #include <assert.h> 194 #include <assert.h>
198 #ifdef NDEBUG 195 #ifdef NDEBUG