]> Cypherpunks repositories - gostls13.git/commit
Tweak code to make it easier to compile with gcc.
authorIan Lance Taylor <iant@golang.org>
Tue, 13 Jan 2009 17:55:24 +0000 (09:55 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 13 Jan 2009 17:55:24 +0000 (09:55 -0800)
commit9b8da82d72fa41452c6640fce33a80414f48cfca
treec11f6718c83d005ee464dce9e9b9428d01a7544d
parentba556a881811ed6b619037783fe9f4b5dc3c142f
Tweak code to make it easier to compile with gcc.
  + Use macros to name symbols with non-ASCII characters.
  + Make some variables unsigned, because they are compared
    against unsigned values.
  + Fix a few void* pointers to be MLink*.

R=rsc
DELTA=94  (44 added, 3 deleted, 47 changed)
OCL=22303
CL=22638
src/runtime/malloc.c
src/runtime/malloc.h
src/runtime/mcentral.c
src/runtime/mem.c
src/runtime/mheap.c
src/runtime/msize.c
src/runtime/runtime.h