Install new versions of Edwin syntax table primitives.
authorChris Hanson <org/chris-hanson/cph>
Mon, 11 May 1987 17:51:51 +0000 (17:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 11 May 1987 17:51:51 +0000 (17:51 +0000)
Add hook to symbol interning code so users can keep track of the
symbols in the obarray.  This is intended to allow maintaining data
structures for special purposes, e.g. completion of symbol names.

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

index 0b35296bdf59557ef761c94784fd1cb64515e73d..5d7090938b67c8cf73eefda5b34b73ff5e9d84e5 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 9.49 1987/05/09 04:51:32 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.50 1987/05/11 17:51:51 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                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     49
+#define SUBVERSION     50
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 3e6b6f01977f85a743d0fee06f074f20081249d0..a1d06b08e85d246008e9e850e10849d90bc8a0e6 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 9.49 1987/05/09 04:51:32 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.50 1987/05/11 17:51:51 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                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     49
+#define SUBVERSION     50
 #endif
 
 #ifndef UCODE_TABLES_FILENAME