]> git.sur5r.net Git - cc65/blobdiff - src/common/segdefs.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / segdefs.h
index d12e6017127907c92ba85d210a44145f7fe02db2..10a366582f8fd537eff750c3fa40dc4c428af332 100644 (file)
@@ -1,6 +1,6 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                segdefs.h                                 */
+/*                                 segdefs.h                                 */
 /*                                                                           */
 /*                     Constants and flags for segments                      */
 /*                                                                           */
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
 /* Segment flags */
 #define SEG_FLAG_NONE           0x00
-#define SEG_FLAG_BANKREF        0x01    /* Segment is referenced by .BANK */
 
 
 
 /* End of segdefs.h */
 
 #endif
-
-
-