CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnetlib
Changes by:     Klaus Treichel <ktreichel>      08/11/26 19:11:21

Modified files:
        .              : ChangeLog 
        runtime/System : Nullable_1.cs 

Log message:
        Exclude the generic Nullable class from build for now.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2545&r2=1.2546
http://cvs.savannah.gnu.org/viewcvs/pnetlib/runtime/System/Nullable_1.cs?cvsroot=dotgnu-pnet&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2545
retrieving revision 1.2546
diff -u -b -r1.2545 -r1.2546
--- ChangeLog   25 Nov 2008 09:09:44 -0000      1.2545
+++ ChangeLog   26 Nov 2008 19:11:20 -0000      1.2546
@@ -1,3 +1,7 @@
+2008-11-26  Klaus Treichel  <[EMAIL PROTECTED]>
+
+       * runtime/System/Nullable_1.cs: Exclude class from build for now.
+
 2008-11-25  Radek Polak  <[EMAIL PROTECTED]>
 
        * System/Private/BlockingOperation.cs,

Index: runtime/System/Nullable_1.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Nullable_1.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- runtime/System/Nullable_1.cs        5 Oct 2008 20:29:47 -0000       1.1
+++ runtime/System/Nullable_1.cs        26 Nov 2008 19:11:20 -0000      1.2
@@ -21,7 +21,7 @@
 namespace System
 {
 
-#if CONFIG_FRAMEWORK_2_0
+#if CONFIG_FRAMEWORK_2_0 && CONFIG_GENERICS
 
 #if !ECMA_COMPAT && CONFIG_SERIALIZATION
 using System.Runtime.Serialization;


_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits

Reply via email to