• Elias Naur's avatar
    cmd/cgo: fix windows build · a5f257a0
    Elias Naur authored
            The shared library changes broke the windows build because __attribute__ ((visibility ("hidden"))) is not supported in windows gcc. This change removes the attribute, as it is only needed when building shared libraries.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/12829044
    a5f257a0
Name
Last commit
Last update
..
ast.go Loading commit data...
doc.go Loading commit data...
gcc.go Loading commit data...
godefs.go Loading commit data...
main.go Loading commit data...
out.go Loading commit data...
util.go Loading commit data...