]> git.sur5r.net Git - cc65/blobdiff - src/cl65/global.c
Rather stay with OFF_YEAR as it is an "officially" name.
[cc65] / src / cl65 / global.c
index b0017c82adae9e67d491a47eada74822538088ef..9962c9c7e91ac86a062d41de2cc939669065d12b 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1999     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       */
@@ -43,3 +43,7 @@
 
 
 
+unsigned char Debug    = 0;            /* Debug mode enabled? */
+
+
+