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

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

[Dotgnu-pnet-commits] CVS: pnet/ilasm ilasm_grammar.y,1.24,1.25


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ilasm ilasm_grammar.y,1.24,1.25
Date: Tue, 07 Jan 2003 06:57:22 -0500

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

Modified Files:
        ilasm_grammar.y 
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: ilasm_grammar.y
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilasm/ilasm_grammar.y,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** ilasm_grammar.y     13 Dec 2002 00:33:30 -0000      1.24
--- ilasm_grammar.y     7 Jan 2003 11:57:18 -0000       1.25
***************
*** 2176,2183 ****
                                        ILAsmOutOfMemory();
                                }
-                               if(!ILEventMapCreate(ILAsmImage, 0, ILAsmClass, 
event))
-                               {
-                                       ILAsmOutOfMemory();
-                               }
                                ILAsmBuildPushScope(event);
                        }
--- 2176,2179 ----
***************
*** 2272,2279 ****
                                                                                
        (ILUInt32)($2), sig);
                                if(!property)
-                               {
-                                       ILAsmOutOfMemory();
-                               }
-                               if(!ILPropertyMapCreate(ILAsmImage, 0, 
ILAsmClass, property))
                                {
                                        ILAsmOutOfMemory();
--- 2268,2271 ----





reply via email to

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