]> git.sur5r.net Git - cc65/blobdiff - src/ld65/global.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / ld65 / global.h
index 9ddec43fbcfac212e7dc817d857b2f28cfe4e9a8..4b873f027ca8887ab289c3217df45ab1af5c5494 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                global.h                                  */
+/*                                 global.h                                  */
 /*                                                                           */
-/*                  Global variables for the ld65 linker                    */
+/*                   Global variables for the ld65 linker                    */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
-extern const char*     OutputName;     /* Name of output file */
+extern const char*      OutputName;     /* Name of output file */
 extern unsigned         OutputNameUsed; /* Output name was used by %O */
 
 extern unsigned         ModuleId;       /* Id for o65 module */
 
 extern unsigned char    HaveStartAddr;  /* True if start address was given */
-extern unsigned long   StartAddr;      /* Start address */
+extern unsigned long    StartAddr;      /* Start address */
 
-extern unsigned char   VerboseMap;     /* Verbose map file */
-extern const char*     MapFileName;    /* Name of the map file */
-extern const char*     LabelFileName;  /* Name of the label file */
+extern unsigned char    VerboseMap;     /* Verbose map file */
+extern const char*      MapFileName;    /* Name of the map file */
+extern const char*      LabelFileName;  /* Name of the label file */
 extern const char*      DbgFileName;    /* Name of the debug file */
 
 
@@ -62,6 +62,3 @@ extern const char*      DbgFileName;    /* Name of the debug file */
 /* End of global.h */
 
 #endif
-
-
-