• Rob Pike's avatar
    runtime: fix assembler macro definitions to be consistent in use of center-dot · aff7883d
    Rob Pike authored
    The DISPATCH and CALLFN macro definitions depend on an inconsistency
    between the internal cpp mini-implementation and the language proper in
    whether center-dot is an identifier character. The macro depends on it not
    being an identifier character, but the resulting code depends on it being one.
    
    Remove the dependence on the inconsistency by placing the center-dot into
    the macro invocation rather that the body.
    
    No semantic change. This is just renaming macro arguments.
    
    LGTM=bradfitz
    R=golang-codereviews, bradfitz
    CC=golang-codereviews
    https://golang.org/cl/119320043
    aff7883d
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...