]> git.sur5r.net Git - cc65/blobdiff - src/ca65/global.h
The longbranch macros did not work with numeric addresses
[cc65] / src / ca65 / global.h
index 7288bb61c909745713c380309906fa82d258bb23..f325e32f154d5ac5ebe09a35fa8cb44a21a93ccd 100644 (file)
@@ -57,7 +57,6 @@ extern char           LocalStart;     /* This char starts local symbols */
 
 extern unsigned char   IgnoreCase;     /* Ignore case on identifiers? */
 extern unsigned char   AutoImport;     /* Mark unresolveds as import */
-extern unsigned char   Verbose;        /* Verbose operation flag */
 extern unsigned char   SmartMode;      /* Smart mode */
 extern unsigned char           DbgSyms;        /* Add debug symbols */
 extern unsigned char   Listing;        /* Create listing file */