1
0
mirror of https://github.com/golang/go synced 2024-10-04 05:21:22 -06:00
go/src/cmd/gc
Russ Cox 73dd4a37f9 fix export bug Rob tripped over.
the lexer is already hiding names,
so this clumsy hack is no longer necessary.

R=ken
OCL=24783
CL=24783
2009-02-10 13:57:31 -08:00
..
const.c update compiler to new func rules 2009-01-30 14:39:42 -08:00
dcl.c Implement unsafe.Alignof. 2009-02-10 11:46:26 -08:00
export.c fix export bug Rob tripped over. 2009-02-10 13:57:31 -08:00
go.h unsafe.Sizeof and unsafe.Offsetof 2009-02-07 12:34:45 -08:00
go.y unsafe.Sizeof and unsafe.Offsetof 2009-02-07 12:34:45 -08:00
lex.c slightly better code for the frog fix 2009-01-31 16:44:52 -08:00
Makefile make acid build with bison. 2009-01-06 09:53:30 -08:00
mksys.c trailing white space 2008-12-17 10:14:29 -08:00
mparith1.c import/export of exact mp floating constants 2008-12-03 13:17:26 -08:00
mparith2.c multi precision floating point 2008-12-01 17:22:05 -08:00
mparith3.c bug120 2008-12-10 14:17:24 -08:00
subr.c closures - 6g support 2009-02-06 13:47:10 -08:00
sys.go closures - 6g support 2009-02-06 13:47:10 -08:00
sysimport.c Implement unsafe.Alignof. 2009-02-10 11:46:26 -08:00
unsafe.go Implement unsafe.Alignof. 2009-02-10 11:46:26 -08:00
walk.c add error to catch 6g alignment bug. 2009-02-08 11:19:45 -08:00