]> git.sur5r.net Git - cc65/blobdiff - src/ca65/global.h
Replace tabs by spaces in file lists.
[cc65] / src / ca65 / global.h
index 68670ad9bc50f57ac1f02ba972658b9f0f865c43..92d83b9afe04e9b74ec9e9109f0c1eb2b1a58ff7 100644 (file)
@@ -6,8 +6,8 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2003 Ullrich von Bassewitz                                       */
-/*               Römerstraße 52                                              */
+/* (C) 1998-2008 Ullrich von Bassewitz                                       */
+/*               Roemerstrasse 52                                            */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
@@ -71,6 +71,10 @@ extern unsigned char    AtInIdents;              /* Allow '@' in identifiers */
 extern unsigned char           DollarInIdents;     /* Allow '$' in identifiers */
 extern unsigned char    LeadingDotInIdents; /* Allow '.' to start an identifier */
 extern unsigned char           PCAssignment;       /* Allow "* = $XXX" or "$ = $XXX" */
+extern unsigned char    MissingCharTerm;    /* Allow lda #'a (no closing term) */
+extern unsigned char    UbiquitousIdents;   /* Allow ubiquitous identifiers */
+extern unsigned char    OrgPerSeg;          /* Make .org local to current seg */
+extern unsigned char    CComments;          /* Allow C like comments */
 
 /* Misc stuff */
 extern const char       Copyright[];        /* Copyright string */