Fix typo: gcd-fixnum appeared as gc-fixnum.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 5 Feb 1991 03:50:50 +0000 (03:50 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 5 Feb 1991 03:50:50 +0000 (03:50 +0000)
v7/src/compiler/machines/bobcat/machin.scm

index c477dd341631b520dba9934d32901edd5146deff..0c311c0047292ca1e0672fc55ac7a495a1d537da 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/machin.scm,v 4.22 1990/05/03 15:17:20 jinx Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/machin.scm,v 4.23 1991/02/05 03:50:50 jinx Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -292,4 +292,4 @@ MIT in each case. |#
   true)
 
 (define compiler:primitives-with-no-open-coding
-  '(DIVIDE-FIXNUM GC-FIXNUM &/))
\ No newline at end of file
+  '(DIVIDE-FIXNUM GCD-FIXNUM &/))
\ No newline at end of file