promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchmmg.c,v 9.35 1987/08/10 21:25:07 jinx Exp $ */
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchmmg.c,v 9.36 1987/08/25 20:37:58 jinx Exp $ */
/* Memory management top level. Garbage collection to disk.
{
long bytes_read;
- if ((current_disk_position != position) &&
- (lseek(gc_file, position, 0) == -1))
+ if (current_disk_position != position)
{
- fprintf(stderr, "\nCould not position GC file to read %s.\n", name);
- Microcode_Termination(TERM_EXIT);
- /*NOTREACHED*/
+ if (lseek(gc_file, position, 0) == -1)
+ {
+ fprintf(stderr, "\nCould not position GC file to read %s.\n", name);
+ Microcode_Termination(TERM_EXIT);
+ /*NOTREACHED*/
+ }
+ current_disk_position = position;
}
if ((bytes_read = read(gc_file, to, nbytes)) != nbytes)
{
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.98 1987/08/17 19:33:01 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.99 1987/08/25 20:36:51 jinx Exp $
This file contains version information for the microcode. */
\f
#define VERSION 9
#endif
#ifndef SUBVERSION
-#define SUBVERSION 98
+#define SUBVERSION 99
#endif
#ifndef UCODE_TABLES_FILENAME
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.98 1987/08/17 19:33:01 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.99 1987/08/25 20:36:51 jinx Exp $
This file contains version information for the microcode. */
\f
#define VERSION 9
#endif
#ifndef SUBVERSION
-#define SUBVERSION 98
+#define SUBVERSION 99
#endif
#ifndef UCODE_TABLES_FILENAME