• Russ Cox's avatar
    runtime: convert symtab.c into symtab.go · 97f8386a
    Russ Cox authored
    Because symtab.c was partially converted before,
    the diffs are not terribly useful.
    
    The earlier conversion was trying to refactor or
    clean up the code in addition to doing the translation.
    It also made a mistake by redefining Func to be something
    users could overwrite.
    
    I undid those changes, making symtab.go a more
    literal line-for-line translation of symtab.c instead.
    
    LGTM=josharian
    R=golang-codereviews, dave, bradfitz, josharian
    CC=golang-codereviews, iant, khr, r
    https://golang.org/cl/140880043
    97f8386a
funcdata.h 1.2 KB