]> git.sur5r.net Git - cc65/blobdiff - src/od65/global.h
Rather stay with OFF_YEAR as it is an "officially" name.
[cc65] / src / od65 / global.h
index 09eab2c110f7100b785e57ee1e226ee2351e045b..7cc531f6e044503a826fd3a9f35e256ce4368901 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000-2002 Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@musoftware.de                                            */
+/* (C) 2000-2011, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -39,7 +39,7 @@
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                  Data                                    */
 /*****************************************************************************/
 
 
@@ -52,7 +52,8 @@
 #define D_EXPORTS              0x0020U         /* Dump exported symbols */
 #define D_DBGSYMS              0x0040U         /* Dump debug symbols */
 #define D_LINEINFO      0x0080U         /* Dump line infos */
-#define D_SEGSIZE       0x0100U         /* Dump segment sizes */
+#define D_SCOPES        0x0100U         /* Dump scopes */
+#define D_SEGSIZE       0x0200U         /* Dump segment sizes */
 #define D_ALL                  0xFFFFU         /* Dump anything */
 
 
@@ -67,4 +68,3 @@ extern unsigned       What;           /* What should get dumped? */
 
 
 
-