From 2a67bf5bd7629f9c59487446d3176e5a1d89d1e0 Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Sun, 19 Oct 2008 01:56:01 +0000 Subject: [PATCH] Remove spurious parameter in STRINGIFY-DATA/TRADITIONAL, as a vestige of earlier changes. This bug had no effect except when explicitly setting *USE-STACKIFY?* to true, which nothing in the system does at the moment. --- v7/src/compiler/machines/C/cout.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/machines/C/cout.scm b/v7/src/compiler/machines/C/cout.scm index 8698b9a0a..8e1bb33c2 100644 --- a/v7/src/compiler/machines/C/cout.scm +++ b/v7/src/compiler/machines/C/cout.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: cout.scm,v 1.48 2008/09/17 06:41:43 riastradh Exp $ +$Id: cout.scm,v 1.49 2008/10/19 01:56:01 riastradh Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -79,7 +79,7 @@ USA. (c:line) (declare-data-object handle data-name)))) -(define (stringify-data/traditional object output-pathname) +(define (stringify-data/traditional object) (let*/mv (((vars prefix suffix) (handle-top-level-data/traditional object)) (handle (default-file-handle)) (data-name -- 2.25.1