/* -*-C-*-
-$Id: bchdmp.c,v 9.83 1999/01/02 06:11:34 cph Exp $
+$Id: bchdmp.c,v 9.84 2000/01/18 05:05:57 cph Exp $
Copyright (c) 1987-1999 Massachusetts Institute of Technology
#include "scheme.h"
#include "prims.h"
#include "osfile.h"
+#include "osfs.h"
#include "trap.h"
#include "lookup.h" /* UNCOMPILED_VARIABLE */
#define In_Fasdump
static SCHEME_OBJECT *fixup_buffer = ((SCHEME_OBJECT *) NULL);
static SCHEME_OBJECT *fixup_buffer_end;
static SCHEME_OBJECT *fixup;
-static fixup_count = 0;
+static int fixup_count = 0;
static Boolean compiled_code_present_p;
\f
/* Utility macros. */
/* -*-C-*-
-$Id: bchmmg.c,v 9.93 1999/01/02 06:11:34 cph Exp $
+$Id: bchmmg.c,v 9.94 2000/01/18 05:06:06 cph Exp $
Copyright (c) 1987-1999 Massachusetts Institute of Technology
DEFUN (update_allocator_parameters, (ctop), SCHEME_OBJECT * ctop)
{
SCHEME_OBJECT * htop;
- long new_end, delta;
+ long new_end;
/* buffer for impurify, etc. */
ctop = ((SCHEME_OBJECT *)
/* -*-C-*-
-$Id: bchutl.c,v 1.8 1999/01/02 06:11:34 cph Exp $
+$Id: bchutl.c,v 1.9 2000/01/18 05:06:14 cph Exp $
Copyright (c) 1991-1999 Massachusetts Institute of Technology
#include "oscond.h"
#include "ansidecl.h"
+#include <stdio.h>
#include <errno.h>
#ifndef EINTR
char *
DEFUN (error_name, (code), int code)
{
- extern int sys_nerr;
- extern char *sys_errlist[];
static char buf[512];
if ((code >= 0) && (code <= sys_nerr))