]> git.sur5r.net Git - cc65/blobdiff - src/ca65/feature.h
Fixed a problem with --feature labels_without_colons: The scanner inserts
[cc65] / src / ca65 / feature.h
index 2f46cfc7723d05e651bcd66247f49184f8253993..2b8ec5ad3e7fb08553c6e8d83d62a77299e2260c 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 2000-2003 Ullrich von Bassewitz                                       */
+/*               Römerstraße 52                                              */
+/*               D-70794 Filderstadt                                         */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -52,7 +52,10 @@ typedef enum {
     FEAT_LOOSE_CHAR_TERM,
     FEAT_AT_IN_IDENTIFIERS,
     FEAT_DOLLAR_IN_IDENTIFIERS,
+    FEAT_LEADING_DOT_IN_IDENTIFIERS,
     FEAT_PC_ASSIGNMENT,
+    FEAT_MISSING_CHAR_TERM,
+    FEAT_UBIQUITOUS_IDENTS,
 
     /* Special value: Number of features available */
     FEAT_COUNT