X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fda65%2Fglobal.c;h=7df1bd977f6779b8da44f97d9d5991369941e7ad;hb=8899d71cad4d67bd2ecb81cdb5c8da63fa3a6d83;hp=e2b1fd144135ec1e38273a1fa771cb51b3ee0796;hpb=335a8972b92e2328a2395952be739363cc7d945d;p=cc65 diff --git a/src/da65/global.c b/src/da65/global.c index e2b1fd144..7df1bd977 100644 --- a/src/da65/global.c +++ b/src/da65/global.c @@ -59,6 +59,7 @@ unsigned char PassCount = 2; /* How many passed do we do? */ signed char NewlineAfterJMP = -1; /* Add a newline after a JMP insn? */ signed char NewlineAfterRTS = -1; /* Add a newline after a RTS insn? */ long StartAddr = -1L; /* Start/load address of the program */ +unsigned char SyncLines = 0; /* Accept line markers in the info file */ long InputOffs = -1L; /* Offset into input file */ long InputSize = -1L; /* Number of bytes to read from input */