diff -r 4489afa5b1c5 -r 7474d2cd1d6e absyntax/absyntax.def --- a/absyntax/absyntax.def Sun Nov 30 12:49:42 2014 +0000 +++ b/absyntax/absyntax.def Sat Dec 06 19:11:32 2014 +0000 @@ -128,6 +128,7 @@ /* 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) +SYM_TOKEN(poutype_identifier_c) /*********************/