• 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
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr/gri Loading commit data...