Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Tue, 22 Jul 2003 02:40:31 +0000 (02:40 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 22 Jul 2003 02:40:31 +0000 (02:40 +0000)
v7/src/runtime/utabs.scm

index f83d7efc611fe17d2632ccca7eb78efacab25dd8..3892b9aacd56f11897120757d6d7e89e527c9a54 100644 (file)
@@ -1,8 +1,9 @@
 #| -*-Scheme-*-
 
-$Id: utabs.scm,v 14.17 2003/07/22 02:32:30 cph Exp $
+$Id: utabs.scm,v 14.18 2003/07/22 02:40:31 cph Exp $
 
-Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
+Copyright 1986,1987,1988,1991,1992,1994 Massachusetts Institute of Technology
+Copyright 2001,2003 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -80,7 +81,7 @@ USA.
               (number->string version)
               "."
               (number->string
-               (microcode-identification-item 'MICROCODE-VERSION))))))
+               (microcode-identification-item 'MICROCODE-MODIFICATION))))))
   (set! char:newline (microcode-identification-item 'NEWLINE-CHAR))
   (set! microcode-id/floating-mantissa-bits
        (microcode-identification-item 'FLONUM-MANTISSA-LENGTH))