/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/boot.c,v 9.52 1988/10/21 00:12:26 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/boot.c,v 9.53 1988/10/21 18:20:51 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
\f
/* Used to test whether it is a dumped executable version */
-extern Boolean Was_Scheme_Dumped, Recover_Automatically;
-Boolean
- Was_Scheme_Dumped = false,
- Recover_Automatically = false;
-
-int Saved_Heap_Size, Saved_Stack_Size, Saved_Constant_Size;
+extern Boolean Was_Scheme_Dumped;
+Boolean Was_Scheme_Dumped = false;
+extern Boolean Recover_Automatically;
+Boolean Recover_Automatically = false;
+Boolean inhibit_termination_messages;
+int Saved_Heap_Size;
+int Saved_Stack_Size;
+int Saved_Constant_Size;
void
usage(error_string)
Init_Exit_Scheme();
+ inhibit_termination_messages = false;
Saved_argc = argc;
Saved_argv = argv;
/*NOTREACHED*/
}
\f
-extern Boolean inhibit_termination_messages;
-Boolean inhibit_termination_messages = false;
-
term_type
Microcode_Termination(code)
long code;
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.55 1988/10/21 00:13:07 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.56 1988/10/21 18:21:08 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
#define VERSION 10
#endif
#ifndef SUBVERSION
-#define SUBVERSION 55
+#define SUBVERSION 56
#endif
#ifndef UCODE_TABLES_FILENAME
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.55 1988/10/21 00:13:07 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.56 1988/10/21 18:21:08 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
#define VERSION 10
#endif
#ifndef SUBVERSION
-#define SUBVERSION 55
+#define SUBVERSION 56
#endif
#ifndef UCODE_TABLES_FILENAME