absyntax/absyntax.def
changeset 958 7474d2cd1d6e
parent 945 477393b00f95
child 963 e3d4dca7520b
equal deleted inserted replaced
957:4489afa5b1c5 958:7474d2cd1d6e
   126 /*******************************************/
   126 /*******************************************/
   127 SYM_TOKEN(identifier_c)
   127 SYM_TOKEN(identifier_c)
   128 /* A special identifier class, used for identifiers that have been previously declared as a derived datatype */
   128 /* A special identifier class, used for identifiers that have been previously declared as a derived datatype */
   129 /*  This is currently needed because generate_c stage 4 needs to handle the array datatype identifiers differently to all other identifiers. */
   129 /*  This is currently needed because generate_c stage 4 needs to handle the array datatype identifiers differently to all other identifiers. */
   130 SYM_TOKEN(derived_datatype_identifier_c) 
   130 SYM_TOKEN(derived_datatype_identifier_c) 
       
   131 SYM_TOKEN(poutype_identifier_c) 
   131 
   132 
   132 
   133 
   133 /*********************/
   134 /*********************/
   134 /* B 1.2 - Constants */
   135 /* B 1.2 - Constants */
   135 /*********************/
   136 /*********************/