git-svn-id: svn://svn.cc65.org/cc65/trunk@1972 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-02-11 22:40:56 +00:00
parent 631aeb2a8d
commit 686f267324
6 changed files with 30 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ extern const char* ZeropageLabel; /* Label for the zeropage segment */
/* Flags */
extern unsigned char DebugInfo; /* Enable debug info */
extern unsigned char NoOutput; /* Suppress the actual conversion */