• Russ Cox's avatar
    fix runtime stack overflow bug that gri ran into: · 95100344
    Russ Cox authored
    160 - 75 was just barely not enough for deferproc + morestack.
    
    added enum names and bumped to 256 - 128.
    added explanation.
    
    changed a few mal() (garbage-collected) to
    malloc()/free() (manually collected).
    
    R=ken
    OCL=26981
    CL=26981
    95100344
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr/gri Loading commit data...