| plan 9 kernel history: overview | file list | diff list |
1990/0802/gnot/devenv.c (diff list | history)
| 1990/03091/sys/src/9/gnot/devenv.c:143,149 – 1990/0802/sys/src/9/gnot/devenv.c:143,149 (short | long | prev | next) | ||
| 1990/03091 | goto Free; } if(p2+p2->n > envalloc.end) | |
| 1990/0802 | panic("compactenv copying too much"); | |
| 1990/03091 | memcpy(p1, p2, p2->n*sizeof(Envval)); p2e->val = p1; if(p2e != e) | |