dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/codegen cg_nodes.tc,1.74,1.75


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_nodes.tc,1.74,1.75
Date: Sat, 22 Feb 2003 02:22:02 -0500

Update of /cvsroot/dotgnu-pnet/pnet/codegen
In directory subversions:/tmp/cvs-serv23007/codegen

Modified Files:
        cg_nodes.tc 
Log Message:


Attach the type formals to the ILNode_ClassDefn node; print an error if type
formals are used on a constructor or destructor.


Index: cg_nodes.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_nodes.tc,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** cg_nodes.tc 28 Dec 2002 17:17:02 -0000      1.74
--- cg_nodes.tc 22 Feb 2003 07:21:59 -0000      1.75
***************
*** 799,802 ****
--- 799,803 ----
        char       *namespace;
        ILNode     *namespaceNode;
+       ILNode     *typeFormals;
        ILNode     *baseClass;
        ILNode     *body;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]