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

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

[Dotgnu-pnet-commits] pnet/ilasm ilasm_grammar.y,1.38,1.39


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/ilasm ilasm_grammar.y,1.38,1.39
Date: Tue, 25 Nov 2003 02:01:39 +0000

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

Modified Files:
        ilasm_grammar.y 
Log Message:


Set an exported type's scope when it is created so that the correct
ILClassName is constructed.


Index: ilasm_grammar.y
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilasm/ilasm_grammar.y,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** ilasm_grammar.y     5 Sep 2003 07:45:11 -0000       1.38
--- ilasm_grammar.y     25 Nov 2003 02:01:37 -0000      1.39
***************
*** 3674,3678 ****
                                ILAsmSplitName($3.string, $3.len, &name, 
&namespace);
                                type = ILExportedTypeCreate(ILAsmImage, 0, 
(ILUInt32)($2),
!                                                                               
        name, namespace);
                                ILAsmBuildPushScope(type);
                        }
--- 3674,3678 ----
                                ILAsmSplitName($3.string, $3.len, &name, 
&namespace);
                                type = ILExportedTypeCreate(ILAsmImage, 0, 
(ILUInt32)($2),
!                                                                               
        name, namespace, 0);
                                ILAsmBuildPushScope(type);
                        }





reply via email to

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