summaryrefslogtreecommitdiff
path: root/src/cli/runtime/Symbol.cs
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2006-06-15 22:04:43 +0000
committerRich Hickey <richhickey@gmail.com>2006-06-15 22:04:43 +0000
commit3d54fc288b133949a5f49a078641ca07e7ccf3d0 (patch)
treef1eca839a2d880ed42281075ecdd9a0e2f48cef4 /src/cli/runtime/Symbol.cs
parenta6945186568b8265f775e448778255d16daba8db (diff)
reader in sync both platforms, symbols, vars, hostnames, numbers, strings, chars, lists, comments
Diffstat (limited to 'src/cli/runtime/Symbol.cs')
-rw-r--r--src/cli/runtime/Symbol.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/Symbol.cs b/src/cli/runtime/Symbol.cs
index 78580b94..2ee91a91 100644
--- a/src/cli/runtime/Symbol.cs
+++ b/src/cli/runtime/Symbol.cs
@@ -25,7 +25,7 @@ static readonly Random rand = new Random(42);
public readonly String name;
int hash = 0;
-public String toString()
+override public String ToString()
{
return name;
}