]> Cypherpunks.ru repositories - gostls13.git/commit
export sys.exit
authorRob Pike <r@golang.org>
Fri, 27 Jun 2008 21:15:06 +0000 (14:15 -0700)
committerRob Pike <r@golang.org>
Fri, 27 Jun 2008 21:15:06 +0000 (14:15 -0700)
commit34cb7c299eb151f8d316b48f63e5d5cafcbee2e0
treeded91bb1ff114ecb38376653ff550b28770c28e2
parent3719aa4d9ab3672ebb4c82bcabfa2a57ecb6e596
export sys.exit
update tests to use exit rather than return
ignore return value from main (actually done in prior CL)

SVN=125173
16 files changed:
src/cmd/gc/mksys.bash
src/cmd/gc/sys.go
src/cmd/gc/sysimport.c
src/runtime/rt0_amd64_darwin.s
test/bugs/bug006.go
test/char_lit.go
test/golden.out
test/helloworld.go
test/if1.go
test/int_lit.go
test/ken/rob1.go
test/ken/rob2.go
test/ken/robliteral.go
test/readfile.go
test/string_lit.go
test/switch1.go