Changed the order of directories that are searched for include files.

This commit is contained in:
Greg King
2013-05-03 23:25:06 -04:00
parent 39a877175b
commit be5a5e03d8
6 changed files with 53 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
/* */
/* */
/* */
/* (C) 2000-2010, Ullrich von Bassewitz */
/* (C) 2000-2013, Ullrich von Bassewitz */
/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
@@ -66,6 +66,9 @@ void ForgetAllIncludePaths (void);
void InitIncludePaths (void);
/* Initialize the include path search list */
void FinishIncludePaths (void);
/* Finish creating the include path search list. */
/* End of incpath.h */