From 9d1ac35aab920999bc4fde5d729bea40aba21cb5 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 8 Sep 1992 20:25:21 +0000 Subject: [PATCH] Only call mach_init under mach. --- lisp/lisp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/lisp.c b/lisp/lisp.c index 61b25f089..b235c46ba 100644 --- a/lisp/lisp.c +++ b/lisp/lisp.c @@ -1,7 +1,7 @@ /* * main() entry point for a stand alone lisp image. * - * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/lisp.c,v 1.1 1992/07/28 20:14:38 wlott Exp $ + * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/lisp.c,v 1.2 1992/09/08 20:25:21 wlott Exp $ * */ @@ -97,7 +97,9 @@ void main(int argc, char *argv[], char *envp[]) char *core = NULL, *default_core; boolean restore_state, monitor; +#ifdef MACH mach_init(); +#endif #ifdef parisc printf("lisp running, pid=%d\n", getpid()); #endif -- GitLab