]> Cypherpunks repositories - gostls13.git/commit
allow pointers as keys in maps, treating them the same as ints - ptr eq not value...
authorRob Pike <r@golang.org>
Tue, 5 Aug 2008 18:14:35 +0000 (11:14 -0700)
committerRob Pike <r@golang.org>
Tue, 5 Aug 2008 18:14:35 +0000 (11:14 -0700)
commit5adbacb8e7856cd56617e788c112e012303bcb82
tree788e4c78b2e69c2ed0d1ce1c8fadf0ad802473e1
parent033682deec8cf13b4e821e30ef774f843ab1e0d0
allow pointers as keys in maps, treating them the same as ints - ptr eq not value equality

R=ken,gri
OCL=13879
CL=13879
src/runtime/map.c
src/runtime/runtime.c