Russ Cox 9346c6d901 make every func literal expression allocate,
so that == on func means that the
functions originated in the same
execution of a func literal or definition.

before, there was an inconsistency:

	func() {x++} != func() {x++}

but

	func() {} == func() {}

this CL makes the second case != too,
just like

	make(map[int]int) != make(map[int]int)

R=r
DELTA=202  (71 added, 62 deleted, 69 changed)
OCL=32393
CL=32398
2009-07-28 20:01:00 -07:00
..
2009-07-17 16:12:29 -07:00
2009-06-04 16:51:47 -07:00
2009-05-31 12:35:11 -07:00
2009-01-26 09:56:42 -08:00
2009-01-26 09:56:42 -08:00
2009-03-16 21:48:07 -07:00
2009-05-05 11:23:39 -07:00
2009-04-19 21:12:48 -07:00
2009-04-28 07:16:03 -07:00
2009-01-27 15:08:08 -08:00
2008-10-08 15:33:18 -07:00
2009-07-21 19:45:06 -07:00
2008-10-29 13:58:12 -07:00
2008-08-11 22:07:49 -07:00
2008-12-18 22:37:22 -08:00
2008-10-06 16:27:14 -07:00
2009-02-06 15:57:02 -08:00
2009-01-20 14:40:40 -08:00
2009-01-26 17:37:05 -08:00
2009-01-26 17:37:05 -08:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00
2009-07-07 10:30:31 -07:00
2008-08-11 22:07:49 -07:00
2009-05-19 15:23:43 -07:00
2009-07-02 15:54:57 -07:00
2009-06-25 14:44:09 -07:00
2009-05-29 09:17:35 -07:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00
2009-01-15 13:48:11 -08:00
2009-06-05 10:59:37 -07:00
2009-06-05 10:59:37 -07:00
2009-06-05 10:59:37 -07:00
2009-03-23 18:32:37 -07:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2008-09-17 14:08:52 -07:00
2009-03-20 11:32:58 -07:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00
2009-04-10 06:22:41 -07:00
2008-08-11 22:07:49 -07:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00