Forked from
cmucl / cmucl
7500 commits behind the upstream repository.
-
wlott authored
is restored, a (supplied) initial function is invoked which can do whatever kind of setup it wants. This makes a saved lisp totally independent of the location of the C stack.
wlott authoredis restored, a (supplied) initial function is invoked which can do whatever kind of setup it wants. This makes a saved lisp totally independent of the location of the C stack.
save.h 232 B
/*
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/save.h,v 1.2 1993/04/28 01:58:37 wlott Exp $
*/
#ifndef _SAVE_H_
#define _SAVE_H_
#include "core.h"
extern boolean save(char *filename, lispobj initfun);
#endif