Change `OS_working_dir_pathname' to attempt to use `getcwd' first,
authorChris Hanson <org/chris-hanson/cph>
Mon, 23 Nov 1987 17:35:16 +0000 (17:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 23 Nov 1987 17:35:16 +0000 (17:35 +0000)
then default to the user's home directory if that fails.

v7/src/microcode/version.h
v8/src/microcode/version.h

index 5afbcc6dc4566e8c83974dc5cca6763098f649b4..9a20b273808c76c8473c2ea941978a92f90834c6 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 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 10.8 1987/11/23 04:57:02 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.9 1987/11/23 17:35:16 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     8
+#define SUBVERSION     9
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 746378dbf26bce309503bc113982ebf5fff89fb5..f28b7a26914600c75f934ec32704ab9d58ec4725 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 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 10.8 1987/11/23 04:57:02 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.9 1987/11/23 17:35:16 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     8
+#define SUBVERSION     9
 #endif
 
 #ifndef UCODE_TABLES_FILENAME