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

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

[Dotgnu-pnet-commits] CVS: pnet/image class.c,1.25,1.26


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image class.c,1.25,1.26
Date: Wed, 05 Mar 2003 18:13:18 -0500

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv20692/image

Modified Files:
        class.c 
Log Message:


ILClassImport: check the back-link when importing a previously imported
class, because synthetic type names may not have a valid token for
_ILClassNameToClass.


Index: class.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/class.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** class.c     28 Feb 2003 04:57:46 -0000      1.25
--- class.c     5 Mar 2003 23:13:16 -0000       1.26
***************
*** 385,388 ****
--- 385,396 ----
        }
  
+       /* Do we have a link from the class back to the required image? */
+       newInfo = (ILClass *)_ILProgramItemLinkedBackTo
+                                                       ((ILProgramItem *)info, 
image);
+       if(newInfo)
+       {
+               return newInfo;
+       }
+ 
        /* Determine the scope to use for the import */
        if(ILClassIsNestingScope(info->className->scope))





reply via email to

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