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/Private NumberParser.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private NumberParser.cs,1.10,1.11
Date: Tue, 15 Apr 2003 03:27:56 -0400

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

Modified Files:
        NumberParser.cs 
Log Message:


Mark up members of the "ExtendedNumerics" subset of ECMA with
CONFIG_EXTENDED_NUMERICS.


Index: NumberParser.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/NumberParser.cs,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** NumberParser.cs     17 Mar 2003 17:51:38 -0000      1.10
--- NumberParser.cs     15 Apr 2003 07:27:54 -0000      1.11
***************
*** 1019,1022 ****
--- 1019,1023 ----
        }
  
+ #if CONFIG_EXTENDED_NUMERICS
        public static Decimal ParseDecimal(String s, NumberStyles style,
                                                                       
NumberFormatInfo nfi)
***************
*** 1224,1227 ****
--- 1225,1230 ----
                return work;
        }
+ #endif // CONFIG_EXTENDED_NUMERICS
+ 
  }; // class NumberParser
  





reply via email to

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