diff options
author | Rich Hickey <richhickey@gmail.com> | 2006-06-15 22:04:43 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2006-06-15 22:04:43 +0000 |
commit | 3d54fc288b133949a5f49a078641ca07e7ccf3d0 (patch) | |
tree | f1eca839a2d880ed42281075ecdd9a0e2f48cef4 /src/cli/runtime/PersistentTree.cs | |
parent | a6945186568b8265f775e448778255d16daba8db (diff) |
reader in sync both platforms, symbols, vars, hostnames, numbers, strings, chars, lists, comments
Diffstat (limited to 'src/cli/runtime/PersistentTree.cs')
-rw-r--r-- | src/cli/runtime/PersistentTree.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/PersistentTree.cs b/src/cli/runtime/PersistentTree.cs index 3b8d9bbc..b9335bdf 100644 --- a/src/cli/runtime/PersistentTree.cs +++ b/src/cli/runtime/PersistentTree.cs @@ -778,7 +778,7 @@ public void Reset() #endregion
} - //*
+ /*
[STAThread] static public void Main(String[] args){ if(args.Length != 1)
|