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

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

[Dotgnu-pnet-commits] pnet/image meta_build.c,1.37,1.38


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/image meta_build.c,1.37,1.38
Date: Mon, 24 Nov 2003 11:19:51 +0000

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

Modified Files:
        meta_build.c 
Log Message:


Load_ExportedType: don't add exported types to the "redo" list if
the "no resolve" load flag is set.


Index: meta_build.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/meta_build.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** meta_build.c        24 Nov 2003 09:12:20 -0000      1.37
--- meta_build.c        24 Nov 2003 11:19:48 -0000      1.38
***************
*** 3187,3193 ****
  
        /* Add the exported type to the "redo" list */
!       if(!AddToRedoList(image->context, &(type->classItem.programItem)))
        {
!               return IL_LOADERR_MEMORY;
        }
  
--- 3187,3196 ----
  
        /* Add the exported type to the "redo" list */
!       if((image->loadFlags & IL_LOADFLAG_NO_RESOLVE) == 0)
        {
!               if(!AddToRedoList(image->context, 
&(type->classItem.programItem)))
!               {
!                       return IL_LOADERR_MEMORY;
!               }
        }
  





reply via email to

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