diff options
author | Rich Hickey <richhickey@gmail.com> | 2006-06-03 14:48:28 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2006-06-03 14:48:28 +0000 |
commit | a70e9347a643ad90827dc5837f937a7ee7e12db9 (patch) | |
tree | 7c7fdd32afbc0a5cfc464ccdf2a2157a4dfe3cf4 /src/cli/runtime/PersistentArray.cs | |
parent | b63f7ab58fb5d8fd47b09af0ccd8019a7c53c1c9 (diff) |
commented out one Main entry point
Diffstat (limited to 'src/cli/runtime/PersistentArray.cs')
-rw-r--r-- | src/cli/runtime/PersistentArray.cs | 1 |
1 files changed, 1 insertions, 0 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)
{
|