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 StdReader.cs,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private StdReader.cs,1.1,1.2 StdStream.cs,1.2,1.3
Date: Fri, 30 May 2003 23:32:04 -0400

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

Modified Files:
        StdReader.cs StdStream.cs 
Log Message:


Add the CONFIG_SMALL_CONSOLE profile option, which strips
System.Console down to a smaller size.


Index: StdReader.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/StdReader.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** StdReader.cs        15 Dec 2001 02:13:00 -0000      1.1
--- StdReader.cs        31 May 2003 03:32:02 -0000      1.2
***************
*** 22,25 ****
--- 22,27 ----
  {
  
+ #if !CONFIG_SMALL_CONSOLE
+ 
  using System;
  using System.IO;
***************
*** 117,120 ****
--- 119,124 ----
  
  }; // class StdReader
+ 
+ #endif // !CONFIG_SMALL_CONSOLE
  
  }; // namespace System.Private

Index: StdStream.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/StdStream.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** StdStream.cs        1 Apr 2002 05:53:55 -0000       1.2
--- StdStream.cs        31 May 2003 03:32:02 -0000      1.3
***************
*** 22,25 ****
--- 22,27 ----
  {
  
+ #if !CONFIG_SMALL_CONSOLE
+ 
  using System;
  using System.IO;
***************
*** 183,186 ****
--- 185,190 ----
  
  }; // class StdStream
+ 
+ #endif // !CONFIG_SMALL_CONSOLE
  
  }; // namespace System.Private





reply via email to

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