• Russ Cox's avatar
    cgo: bug fixes · a2450c14
    Russ Cox authored
    * Add documentation about array arguments.  Fixes issue 1125.
    * Do not interpret x, y := z, w as special errno form.  Fixes issue 952.
    * Fix nested Go calls (brainman).  Fixes issue 907.
    
    R=r
    CC=golang-dev
    https://golang.org/cl/2214044
    a2450c14
cgocall.c 1.96 KB