• Russ Cox's avatar
    cmd/gc: simplify code for c2go (more) · 8d44ede0
    Russ Cox authored
    - Remove more ? : expressions.
    - Use uint32 **hash instead of uint32 *hash[] in function argument.
    - Change array.c API to use int, not int32, to match Go's slices.
    - Rename strlit to newstrlit, to avoid case-insensitive collision with Strlit.
    - Fix a few incorrect printf formats.
    - Rename a few variables from 'len' to n or length.
    - Eliminate direct string editing building up names like convI2T.
    
    Change-Id: I754cf553402ccdd4963e51b7039f589286219c29
    Reviewed-on: https://go-review.googlesource.com/3278Reviewed-by: 's avatarRob Pike <r@golang.org>
    8d44ede0
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...