]> git.sur5r.net Git - cc65/blobdiff - src/cl65/global.h
Reverted part of change 4108 that prevented an optimization step to find
[cc65] / src / cl65 / global.h
index d23d05ee86eff430ed0b06c9c62ab37a68e2338b..011c8d0b1699cfcf60f98497a59472c046b8df35 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 1998-2002 Ullrich von Bassewitz                                       */
+/*               Wacholderweg 14                                             */
+/*               D-70597 Stuttgart                                           */
+/* EMail:        uz@musoftware.de                                            */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 
 
+extern unsigned char Debug;            /* Debug mode enabled? */
+
+
+
 /* End of global.h */
 
 #endif