why do things change?

This commit is contained in:
rsc 2004-04-21 22:46:21 +00:00
parent 141243821c
commit 3151bc58b8

View file

@ -34,7 +34,12 @@ _initdisplay(void (*error)(Display*, char*), char *label)
* lot more than just the current program
* if we don't do this.
*/
/*
* Actually, I don't know what I changed but
* this appears not to be necessary anymore.
* I'll regret this probably.
rfork(RFNOTEG);
*/
memimageinit();
d = mallocz(sizeof(Display), 1);