From: Taylor R. Campbell Date: Wed, 18 Jun 2008 06:31:49 +0000 (+0000) Subject: Use the name LIAR/C to find the subsystem's version, not just LIAR. X-Git-Tag: 20090517-FFI~288 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fec11488ccb3ad0bc4bb7eb022dd717575c8ca9c;p=mit-scheme.git Use the name LIAR/C to find the subsystem's version, not just LIAR. --- 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)