/* -*-C-*-
-$Id: load.c,v 9.41 2003/02/14 18:28:19 cph Exp $
+$Id: load.c,v 9.42 2006/06/03 08:00:15 ihtfisp Exp $
Copyright (c) 1987-1999 Massachusetts Institute of Technology
/* This file contains common code for reading internal
format binary files. */
\f
+#include "outf.h" /* Formatted output for errors */
+
#include "fasl.h"
#define FASL_FILE_FINE 0
dumped_processor_type, dumped_interface_version,
dumped_memory_base;
-static unsigned long
- dumped_checksum, computed_checksum;
+static unsigned long dumped_checksum;
+
+#ifndef INHIBIT_CHECKSUMS
+static unsigned long computed_checksum;
+#endif /* INHIBIT_CHECKSUMS */
+
static SCHEME_OBJECT
Ext_Prim_Vector,