From d69c2f352ae57992f955244f059f3be4f79d69f1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 1 Oct 2001 05:22:52 +0000 Subject: [PATCH] Update for new CREF. --- v7/src/star-parser/compile.scm | 6 ++---- v7/src/xml/compile.scm | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) 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 -- 2.25.1