Skip to content
Snippets Groups Projects
Commit a4b978f8 authored by wlott's avatar wlott
Browse files

Removed stuff to print the pid on startup.

parent 5a3ea4db
No related branches found
No related tags found
No related merge requests found
/*
* main() entry point for a stand alone lisp image.
*
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/lisp.c,v 1.2 1992/09/08 20:25:21 wlott Exp $
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/lisp.c,v 1.3 1993/02/09 14:02:37 wlott Exp $
*
*/
......@@ -100,9 +100,6 @@ void main(int argc, char *argv[], char *envp[])
#ifdef MACH
mach_init();
#endif
#ifdef parisc
printf("lisp running, pid=%d\n", getpid());
#endif
set_lossage_handler(ldb_monitor);
......
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