]> git.sur5r.net Git - cc65/blobdiff - src/cl65/global.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cl65 / global.h
index d23d05ee86eff430ed0b06c9c62ab37a68e2338b..2d2d9692107aeb466404c3bf9bde6a93acbb47c9 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                global.h                                  */
+/*                                 global.h                                  */
 /*                                                                           */
-/*         Global variables for the cl65 compile and link utility           */
+/*          Global variables for the cl65 compile and link utility           */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (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       */
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
-/* End of global.h */
+extern unsigned char Debug;             /* Debug mode enabled? */
 
-#endif
 
 
+/* End of global.h */
 
+#endif