Integrate into MIT Scheme.
authorChris Hanson <org/chris-hanson/cph>
Thu, 4 Oct 2001 16:51:16 +0000 (16:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 4 Oct 2001 16:51:16 +0000 (16:51 +0000)
v7/src/star-parser/load.scm

index 5eae5a92b4952de8a5f0b69c99831e1175cc90c2..74a6834b974769a82d5648c6015b66ed596a40b5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: load.scm,v 1.7 2001/07/14 11:42:49 cph Exp $
+;;; $Id: load.scm,v 1.8 2001/10/04 16:51:16 cph Exp $
 ;;;
 ;;; Copyright (c) 2001 Massachusetts Institute of Technology
 ;;;
@@ -24,4 +24,4 @@
   (lambda ()
     (fluid-let ((*allow-package-redefinition?* #t))
       (package/system-loader "parser" '() 'QUERY))))
-(add-subsystem-identification! "*Parser" '(0 7))
\ No newline at end of file
+(add-subsystem-identification! "*Parser" '(0 8))
\ No newline at end of file