/* $Id: templates.cc,v 1.2 1997/06/01 13:23:13 isis Exp $ */ // $Log: templates.cc,v $ // Revision 1.2 1997/06/01 13:23:13 isis // Parsing of const: // e.g const char const * const a; // Changed the internal represantation of '*' to support const qualifiers // // Revision 1.1.1.1 1997/05/18 12:15:40 isis // This is the initial distribution // of 'c-headers' using CVS // #include #include "Cname.h" #include "symbol.h" #include "gc_cpp.h" template class list; template class list; template class list; template class pair; template class list< gc_type_id* >;