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

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

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System TypeCode.cs,1.1.1.1,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System TypeCode.cs,1.1.1.1,1.2
Date: Mon, 14 Apr 2003 21:10:33 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System
In directory subversions:/tmp/cvs-serv24419/runtime/System

Modified Files:
        TypeCode.cs 
Log Message:


Mark "System.TypeCode" as non-ECMA and add a shadow copy of
"TypeCode" to "JScript" so that it still works in ECMA mode.


Index: TypeCode.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/TypeCode.cs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** TypeCode.cs 7 Aug 2001 22:51:41 -0000       1.1.1.1
--- TypeCode.cs 15 Apr 2003 01:10:31 -0000      1.2
***************
*** 22,25 ****
--- 22,27 ----
  {
  
+ #if !ECMA_COMPAT
+ 
  public enum TypeCode
  {
***************
*** 44,47 ****
--- 46,51 ----
  
  }; // enum TypeCode
+ 
+ #endif // !ECMA_COMPAT
  
  }; // namespace System





reply via email to

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