From: Chris Hanson Date: Mon, 1 Oct 2001 05:22:52 +0000 (+0000) Subject: Update for new CREF. X-Git-Tag: 20090517-FFI~2536 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d69c2f352ae57992f955244f059f3be4f79d69f1;p=mit-scheme.git Update for new CREF. --- diff --git a/v7/src/star-parser/compile.scm b/v7/src/star-parser/compile.scm index 1beb6cc28..781d9f630 100644 --- a/v7/src/star-parser/compile.scm +++ b/v7/src/star-parser/compile.scm @@ -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 diff --git a/v7/src/xml/compile.scm b/v7/src/xml/compile.scm index 220152a95..ec9887722 100644 --- a/v7/src/xml/compile.scm +++ b/v7/src/xml/compile.scm @@ -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