]> git.sur5r.net Git - cc65/blobdiff - src/cc65/incpath.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / incpath.h
index dc109674dc0c577fc54d34afe160b01ad5458677..05824ac5e8fe29858b406f0002a2b943c06dd513 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                incpath.h                                 */
+/*                                 incpath.h                                 */
 /*                                                                           */
-/*                     Include path handling for cc65                       */
+/*                      Include path handling for cc65                       */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
-extern SearchPath     SysIncSearchPath;       /* System include path */
-extern SearchPath     UsrIncSearchPath;       /* User include path */
+extern SearchPaths*     SysIncSearchPath;       /* System include path */
+extern SearchPaths*     UsrIncSearchPath;       /* User include path */
 
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -69,7 +69,5 @@ void FinishIncludePaths (void);
 
 
 /* End of incpath.h */
-#endif
-
-
 
+#endif