]> git.sur5r.net Git - cc65/blobdiff - src/ld65/scanner.h
New condes type interruptor
[cc65] / src / ld65 / scanner.h
index 2af9fa1619f506c36937bf41d72b21a5a0b8e6fd..aa47586271168298080946eb2cbd36dec11e56e2 100644 (file)
@@ -6,7 +6,7 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2003 Ullrich von Bassewitz                                       */
+/* (C) 1998-2004 Ullrich von Bassewitz                                       */
 /*               Römerstrasse 52                                             */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
@@ -115,6 +115,7 @@ typedef enum {
 
     CFGTOK_CONSTRUCTOR,
     CFGTOK_DESTRUCTOR,
+    CFGTOK_INTERRUPTOR,
 
     CFGTOK_DECREASING,
     CFGTOK_INCREASING,