Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2004-08-16 19:35:50 +0400
committerMartin Baulig <martin@novell.com>2004-08-16 19:35:50 +0400
commit36fa9c8532e96441abc2fa7abe0c095cdfdaee42 (patch)
tree614f05e5724c210db3e0871535731a9babc98f2e /mcs/class/Mono.C5
parentdbc699595b8e45a10ea41d99eca225fb30ef3bbf (diff)
Protect everything with #if NET_2_0.
svn path=/trunk/mcs/; revision=32382
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/trees/RedBlackTreeBag.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/trees/RedBlackTreeBag.cs b/mcs/class/Mono.C5/trees/RedBlackTreeBag.cs
index cd2518bc334..89b8afcf19c 100644
--- a/mcs/class/Mono.C5/trees/RedBlackTreeBag.cs
+++ b/mcs/class/Mono.C5/trees/RedBlackTreeBag.cs
@@ -1,3 +1,4 @@
+#if NET_2_0
/*
Copyright (c) 2003-2004 Niels Kokholm <kokholm@itu.dk> and Peter Sestoft <sestoft@dina.kvl.dk>
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -4293,3 +4294,4 @@ namespace C5
}
}
+#endif