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

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

[Dotgnu-pnet-commits] CVS: pnet/ilalink link_misc.c,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ilalink link_misc.c,1.3,1.4
Date: Tue, 07 Jan 2003 06:57:22 -0500

Update of /cvsroot/dotgnu-pnet/pnet/ilalink
In directory subversions:/tmp/cvs-serv5456/ilalink

Modified Files:
        link_misc.c 
Log Message:


Create the PropertyMap and EventMap tables very late in the process to
ensure that there is only one property or event entry per class.


Index: link_misc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilalink/link_misc.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** link_misc.c 2 Apr 2002 06:11:51 -0000       1.3
--- link_misc.c 7 Jan 2003 11:57:18 -0000       1.4
***************
*** 78,88 ****
        }
  
-       /* Assocate the property with its class */
-       if(!ILPropertyMapCreate(linker->image, 0, newClass, newProperty))
-       {
-               _ILLinkerOutOfMemory(linker);
-               return 0;
-       }
- 
        /* Convert the method semantics on the property */
        if(!ConvertSemantics(linker, (ILProgramItem *)property,
--- 78,81 ----
***************
*** 136,146 ****
                                                         ILEvent_Attrs(event), 
classInfo);
        if(!newEvent)
-       {
-               _ILLinkerOutOfMemory(linker);
-               return 0;
-       }
- 
-       /* Assocate the event with its class */
-       if(!ILEventMapCreate(linker->image, 0, newClass, newEvent))
        {
                _ILLinkerOutOfMemory(linker);
--- 129,132 ----





reply via email to

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