Update for new CREF.
authorChris Hanson <org/chris-hanson/cph>
Mon, 1 Oct 2001 05:22:52 +0000 (05:22 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 1 Oct 2001 05:22:52 +0000 (05:22 +0000)
v7/src/star-parser/compile.scm
v7/src/xml/compile.scm

index 1beb6cc28796741c12e550264869295ddcb709b4..781d9f630c59e40686df0a23b93a4764c028431b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: compile.scm,v 1.2 2001/07/11 21:22:55 cph Exp $
+;;; $Id: compile.scm,v 1.3 2001/10/01 05:20:36 cph Exp $
 ;;;
 ;;; Copyright (c) 2001 Massachusetts Institute of Technology
 ;;;
@@ -31,6 +31,4 @@
                "shared"
                "synchk"
                "unicode"))
-    (cref/generate-constructors "parser")
-    (sf "parser.con")
-    (sf "parser.ldr")))
\ No newline at end of file
+    (cref/generate-constructors "parser")))
\ No newline at end of file
index 220152a95c5624f80a8c9c716bec6029e14c55e8..ec98877220c4256615a524c2da00c258f11c3e38 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: compile.scm,v 1.4 2001/07/16 20:40:20 cph Exp $
+;;; $Id: compile.scm,v 1.5 2001/10/01 05:22:52 cph Exp $
 ;;;
 ;;; Copyright (c) 2001 Massachusetts Institute of Technology
 ;;;
@@ -36,6 +36,4 @@
                    "xml-chars"
                    "xml-output"
                    "xml-parser"))))
-    (cref/generate-constructors "xml")
-    (sf "xml.con")
-    (sf "xml.ldr")))
\ No newline at end of file
+    (cref/generate-constructors "xml")))
\ No newline at end of file