Skip to content
Snippets Groups Projects
Commit 0639ed38 authored by ch's avatar ch
Browse files

Added os_init().

parent e27c2d99
No related branches found
No related tags found
No related merge requests found
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/ldb.c,v 1.5 1990/05/23 19:02:45 ch Exp $ */ /* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/ldb.c,v 1.6 1990/06/03 22:37:00 ch Exp $ */
/* Lisp kernel core debugger */ /* Lisp kernel core debugger */
#include <stdio.h> #include <stdio.h>
...@@ -65,6 +65,8 @@ char *envp[]; ...@@ -65,6 +65,8 @@ char *envp[];
if (core == NULL) if (core == NULL)
core = "test.core"; core = "test.core";
os_init();
#if defined(EXT_PAGER) #if defined(EXT_PAGER)
pager_init(); pager_init();
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment