]> git.sur5r.net Git - cc65/blobdiff - src/cc65/global.h
Fixed a bug that caused problems locating the last parameter of a function
[cc65] / src / cc65 / global.h
index b7cc5a5dc1589705bcdf952ae8a7d02f94661427..ff8f3bc914449830dced4364b4545b227a874e68 100644 (file)
@@ -60,7 +60,6 @@ extern unsigned char          StaticLocals;           /* Make local variables static */
 extern unsigned char   SignedChars;            /* Make characters signed by default */
 extern unsigned char   AddSource;              /* Add source lines as comments */
 extern unsigned char   DebugInfo;              /* Add debug info to the obj */
-extern unsigned char   Debug;                  /* Debug mode */
 extern unsigned char   CreateDep;              /* Create a dependency file */
 extern unsigned char   CheckStack;             /* Generate stack overflow checks */