summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2006-06-03 14:48:28 +0000
committerRich Hickey <richhickey@gmail.com>2006-06-03 14:48:28 +0000
commita70e9347a643ad90827dc5837f937a7ee7e12db9 (patch)
tree7c7fdd32afbc0a5cfc464ccdf2a2157a4dfe3cf4 /src
parentb63f7ab58fb5d8fd47b09af0ccd8019a7c53c1c9 (diff)
commented out one Main entry point
Diffstat (limited to 'src')
-rw-r--r--src/cli/runtime/PersistentArray.cs1
-rw-r--r--src/cli/runtime/RBTree.cs3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/cli/runtime/PersistentArray.cs b/src/cli/runtime/PersistentArray.cs
index 5eac2e74..59d41117 100644
--- a/src/cli/runtime/PersistentArray.cs
+++ b/src/cli/runtime/PersistentArray.cs
@@ -180,6 +180,7 @@ PersistentArray getSetArray(){
}
//*
+[STAThread]
static public void Main(String[] args){
if(args.Length != 3)
{
diff --git a/src/cli/runtime/RBTree.cs b/src/cli/runtime/RBTree.cs
index 3346dd1b..9702c89a 100644
--- a/src/cli/runtime/RBTree.cs
+++ b/src/cli/runtime/RBTree.cs
@@ -720,7 +720,8 @@ public void Reset()
#endregion
}
- //*
+ /*
+ [STAThread]
static public void Main(String[] args){
if(args.Length != 1)
Console.Error.WriteLine("Usage: RBTree n");