• Russ Cox's avatar
    cleanup in preparation for new scoping. · 0dadc4fe
    Russ Cox authored
    walkstate -> walkstmt
    walktype -> walkexpr; stmts moved to walkstmt
    
    walktype and friends have a final Node **init
    argument that can have side effects appended,
    making it more explicit when they do and do not happen.
    this replaces the old global addtop and addtotop.
    
    delete switch map and interface conversion cases
    (dropped from the language months ago).
    
    R=ken
    OCL=31465
    CL=31468
    0dadc4fe
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach_amd64 Loading commit data...
old/c Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.conf Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...