• Russ Cox's avatar
    type n t; · 07687705
    Russ Cox authored
    was copying a bit too much about t into n,
    like whether the signature was queued to be printed.
    (bug reported by anton)
    
    was also editing t, meaning you could do
    	type T int;
    	func (p int) Meth() { }
    
    both fixed.
    
    R=ken
    OCL=27052
    CL=27052
    07687705
obj.c 11.2 KB