/* -*- C -*-
-$Id: bchdrn.c,v 1.7 1999/01/02 06:11:34 cph Exp $
+$Id: bchdrn.c,v 1.8 2000/01/18 02:54:18 cph Exp $
-Copyright (c) 1991-1999 Massachusetts Institute of Technology
+Copyright (c) 1991-2000 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
/*NOTREACHED*/
}
\f
-void
+int
DEFUN (main, (argc, argv), int argc AND char ** argv)
{
int count, nargs;
start_drones ();
/*NOTREACHED*/
+ return (0);
}
#define MAIN main
/* -*-C-*-
-$Id: bchgcc.h,v 9.59 1999/01/02 06:11:34 cph Exp $
+$Id: bchgcc.h,v 9.60 2000/01/18 02:59:13 cph Exp $
-Copyright (c) 1987-1999 Massachusetts Institute of Technology
+Copyright (c) 1987-2000 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
# define BCH_STORE_OPERATOR_LINKAGE_ADDRESS STORE_OPERATOR_LINKAGE_ADDRESS
#endif
-
+#ifdef _POSIX
+# include <sys/types.h>
+#else /* not _POSIX */
#ifndef __osf__
# define ssize_t int
-#endif /* __osf__ */
+#endif /* not __osf__ */
+#endif /* not _POSIX */
extern char * EXFUN (error_name, (int));
/* -*-C-*-
-$Id: bintopsb.c,v 9.69 1999/01/02 06:06:43 cph Exp $
+$Id: bintopsb.c,v 9.70 2000/01/18 02:52:54 cph Exp $
-Copyright (c) 1987-1999 Massachusetts Institute of Technology
+Copyright (c) 1987-2000 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
END_KEYWORD ()
};
\f
-void
+int
DEFUN (main, (argc, argv), int argc AND char **argv)
{
parse_keywords (argc, argv, options, false);
setup_io ("rb", "w");
do_it ();
quit (0);
+ return (0);
}
/* -*-C-*-
-$Id: boot.c,v 9.100 1999/01/02 06:11:34 cph Exp $
+$Id: boot.c,v 9.101 2000/01/18 02:52:58 cph Exp $
-Copyright (c) 1988-1999 Massachusetts Institute of Technology
+Copyright (c) 1988-2000 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
\f
/* Exit is done in a different way on some operating systems (eg. VMS) */
-#ifndef main_type
-#define main_type void
-#endif
-
#ifndef main_name
#define main_name main
#endif
#define FILE_READABLE(filename) ((access ((filename), 4)) >= 0)
-main_type
+
DEFUN (main_name, (argc, argv),
int argc AND CONST char ** argv)
{
}
}
termination_init_error ();
+ return (0);
}
\f
static SCHEME_OBJECT
/* -*-C-*-
-$Id: findprim.c,v 9.52 1999/01/02 06:11:34 cph Exp $
+$Id: findprim.c,v 9.53 2000/01/18 02:53:44 cph Exp $
-Copyright (c) 1987-1999 Massachusetts Institute of Technology
+Copyright (c) 1987-2000 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
void EXFUN (sort, (void));
void EXFUN (update_from_entry, (struct descriptor * primitive_descriptor));
\f
-void
+int
DEFUN (main, (argc, argv),
int argc AND
char **argv)
if (output != stdout)
fclose (output);
NORMAL_EXIT ();
+ return (0);
}
\f
void