`flush_input_buffer()' on USG systems: argument is `int', not `int *'.
Change file I/O to unbuffered; tty I/O remains buffered using stdio.
Opening fasl output file now deletes existing file first.
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/fasl.h,v 9.27 1988/02/10 04:21:32 jinx Rel $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/fasl.h,v 9.28 1988/04/25 15:43:08 cph Exp $
Contains information relating to the format of FASL files.
The machine/opsys information is contained in config.h
(((Version) << (ADDRESS_LENGTH / 2)) | \
(Processor_Type)))
-#define WRITE_FLAG "w"
-#define OPEN_FLAG "r"
+#define WRITE_FLAG 1
+#define OPEN_FLAG 0
\f
/* "Memorable" FASL versions -- ones where we modified something
and want to remain backwards compatible.
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/fasl.h,v 9.27 1988/02/10 04:21:32 jinx Rel $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/fasl.h,v 9.28 1988/04/25 15:43:08 cph Exp $
Contains information relating to the format of FASL files.
The machine/opsys information is contained in config.h
(((Version) << (ADDRESS_LENGTH / 2)) | \
(Processor_Type)))
-#define WRITE_FLAG "w"
-#define OPEN_FLAG "r"
+#define WRITE_FLAG 1
+#define OPEN_FLAG 0
\f
/* "Memorable" FASL versions -- ones where we modified something
and want to remain backwards compatible.