]> git.sur5r.net Git - cc65/blobdiff - src/da65/global.h
Fixed a duplicate-label test.
[cc65] / src / da65 / global.h
index b48805157d0fe99369b1255c7367387d8d6c88c2..c85c7a79e4dca84b9162b2d6e9b89599e7c21501 100644 (file)
@@ -60,6 +60,7 @@ extern unsigned char    PassCount;      /* How many passed do we do? */
 extern signed char      NewlineAfterJMP;/* Add a newline after a JMP insn? */
 extern signed char      NewlineAfterRTS;/* Add a newline after a RTS insn? */
 extern long             StartAddr;      /* Start/load address of the program */
+extern unsigned char    SyncLines;      /* Accept line markers in the info file */
 extern long             InputOffs;      /* Offset into input file */
 extern long             InputSize;      /* Number of bytes to read from input */
 
@@ -112,6 +113,3 @@ extern unsigned         BytesPerLine;
 /* End of global.h */
 
 #endif
-
-
-