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

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

[Dotgnu-pnet-commits] CVS: cscctest/csharp/stmt foreach5.il,1.1,1.2 fore


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/stmt foreach5.il,1.1,1.2 foreach5.jl,1.1,1.2
Date: Wed, 20 Nov 2002 19:06:56 -0500

Update of /cvsroot/dotgnu-pnet/cscctest/csharp/stmt
In directory subversions:/tmp/cvs-serv21126/csharp/stmt

Modified Files:
        foreach5.il foreach5.jl 
Log Message:


Remove the obsolete "value" flag from struct types.


Index: foreach5.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/foreach5.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** foreach5.il 13 Nov 2002 20:51:10 -0000      1.1
--- foreach5.il 21 Nov 2002 00:06:54 -0000      1.2
***************
*** 93,97 ****
  } // method .ctor
  } // class TestEnumerator
! .class private sequential value sealed serializable ansi 'TestEnumerable' 
extends ['.library']'System'.'ValueType' implements 
'System.Collections'.'IEnumerable'
  {
  .method private final virtual hidebysig newslot instance class 
'System.Collections'.'IEnumerator' 'IEnumerable.GetEnumerator'() cil managed 
--- 93,97 ----
  } // method .ctor
  } // class TestEnumerator
! .class private sequential sealed serializable ansi 'TestEnumerable' extends 
['.library']'System'.'ValueType' implements 'System.Collections'.'IEnumerable'
  {
  .method private final virtual hidebysig newslot instance class 
'System.Collections'.'IEnumerator' 'IEnumerable.GetEnumerator'() cil managed 

Index: foreach5.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/foreach5.jl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** foreach5.jl 13 Nov 2002 20:51:10 -0000      1.1
--- foreach5.jl 21 Nov 2002 00:06:54 -0000      1.2
***************
*** 101,105 ****
  } // method .ctor
  } // class TestEnumerator
! .class private sequential value sealed serializable ansi 'TestEnumerable' 
extends ['.library']'System'.'ValueType' implements 
'System.Collections'.'IEnumerable'
  {
  .method private final virtual hidebysig newslot instance class 
'System.Collections'.'IEnumerator' 'IEnumerable.GetEnumerator'() cil managed 
java 
--- 101,105 ----
  } // method .ctor
  } // class TestEnumerator
! .class private sequential sealed serializable ansi 'TestEnumerable' extends 
['.library']'System'.'ValueType' implements 'System.Collections'.'IEnumerable'
  {
  .method private final virtual hidebysig newslot instance class 
'System.Collections'.'IEnumerator' 'IEnumerable.GetEnumerator'() cil managed 
java 





reply via email to

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