• Russ Cox's avatar
    compiler changes: · fb2c6671
    Russ Cox authored
    	export.c:
    		- only expose explicitly exported types to importer
    		- fix behind your back
    	go.h:
    		- add deep() prototype (fixes 64-bit linux crash on time.go)
    	go.y:
    		- add a new syntax error case
    	walk.c:
    		- allow a,b = f() where f is func ptr (fixes bug088)
    
    R=ken
    OCL=15617
    CL=15630
    fb2c6671
bug088.go 248 Bytes