[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dotgnu-pnet-commits] pnetlib/runtime/System/Reflection ClrType.cs, 1.21
From: |
Rhys Weatherley <address@hidden> |
Subject: |
[Dotgnu-pnet-commits] pnetlib/runtime/System/Reflection ClrType.cs, 1.21, 1.22 |
Date: |
Mon, 29 Sep 2003 03:56:42 +0000 |
Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection
In directory subversions:/tmp/cvs-serv28227/runtime/System/Reflection
Modified Files:
ClrType.cs
Log Message:
More fixes for build profiles, particularly those lacking floating point.
Index: ClrType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/ClrType.cs,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** ClrType.cs 28 Sep 2003 22:48:25 -0000 1.21
--- ClrType.cs 29 Sep 2003 03:56:40 -0000 1.22
***************
*** 35,38 ****
--- 35,40 ----
// Internal state.
internal IntPtr privateData;
+
+ #if CONFIG_REFLECTION
private static IComparer memberNameComparer =
new MemberNameComparer();
***************
*** 48,51 ****
--- 50,54 ----
}; // class MemberNameComparer
+ #endif
// Constructor. This class is normally instantiated
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dotgnu-pnet-commits] pnetlib/runtime/System/Reflection ClrType.cs, 1.21, 1.22,
Rhys Weatherley <address@hidden> <=
- Prev by Date:
[Dotgnu-pnet-commits] pnetlib/System/ComponentModel MemberDescriptor.cs, 1.4, 1.5 TypeDescriptor.cs, 1.4, 1.5 Win32Exception.cs, 1.10, 1.11
- Next by Date:
[Dotgnu-pnet-commits] pnetlib/runtime/System/Security/Policy Evidence.cs, 1.5, 1.6
- Previous by thread:
[Dotgnu-pnet-commits] pnetlib/System/ComponentModel MemberDescriptor.cs, 1.4, 1.5 TypeDescriptor.cs, 1.4, 1.5 Win32Exception.cs, 1.10, 1.11
- Next by thread:
[Dotgnu-pnet-commits] pnetlib/runtime/System/Security/Policy Evidence.cs, 1.5, 1.6
- Index(es):