absyntax/absyntax.def
changeset 947 aca1ab9fcb6d
parent 945 477393b00f95
child 958 7474d2cd1d6e
--- a/absyntax/absyntax.def	Sun Nov 09 22:02:34 2014 +0000
+++ b/absyntax/absyntax.def	Sun Nov 16 15:37:12 2014 +0000
@@ -125,6 +125,9 @@
 /* B 1.1 - Letters, digits and identifiers */
 /*******************************************/
 SYM_TOKEN(identifier_c)
+/* A special identifier class, used for identifiers that have been previously declared as a derived datatype */
+/*  This is currently needed because generate_c stage 4 needs to handle the array datatype identifiers differently to all other identifiers. */
+SYM_TOKEN(derived_datatype_identifier_c) 
 
 
 /*********************/