From fec11488ccb3ad0bc4bb7eb022dd717575c8ca9c Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Wed, 18 Jun 2008 06:31:49 +0000 Subject: [PATCH] Use the name LIAR/C to find the subsystem's version, not just LIAR. --- 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 61309b8e3..2cb1b53fe 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.43 2008/01/30 20:01:45 cph Exp $ +$Id: cout.scm,v 1.44 2008/06/18 06:31:49 riastradh Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -421,7 +421,7 @@ USA. (c:line (c:comment "generated " (get-decoded-time) " by Liar version " - (or (get-subsystem-version-string "liar") + (or (get-subsystem-version-string "liar/c") "UNKNOWN") ".")) (c:line) -- 2.25.1