From: Chris Hanson Date: Thu, 21 Feb 2008 03:52:10 +0000 (+0000) Subject: Doh... Forgot to add missing 0x prefix to hex constants. X-Git-Tag: 20090517-FFI~309 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0f1eab8a574ce8d59993cd61c2652e45a710c107;p=mit-scheme.git Doh... Forgot to add missing 0x prefix to hex constants. --- diff --git a/v7/src/microcode/prdb4.scm b/v7/src/microcode/prdb4.scm index 36726d577..8d9b1d60b 100644 --- a/v7/src/microcode/prdb4.scm +++ b/v7/src/microcode/prdb4.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: prdb4.scm,v 1.2 2008/01/30 20:02:18 cph Exp $ +$Id: prdb4.scm,v 1.3 2008/02/21 03:52:10 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -84,7 +84,7 @@ USA. ((removed) "<") (else (error "Unknown action:" action))) port) - (write-string " " port) + (write-string " 0x" port) (write-string version port) (write-string ")" port))