From: Guillermo J. Rozas Date: Tue, 5 Feb 1991 03:50:50 +0000 (+0000) Subject: Fix typo: gcd-fixnum appeared as gc-fixnum. X-Git-Tag: 20090517-FFI~10944 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a443a4fcff84041846e2e87dc3527b11f9c31446;p=mit-scheme.git Fix typo: gcd-fixnum appeared as gc-fixnum. --- diff --git a/v7/src/compiler/machines/bobcat/machin.scm b/v7/src/compiler/machines/bobcat/machin.scm index c477dd341..0c311c004 100644 --- a/v7/src/compiler/machines/bobcat/machin.scm +++ b/v7/src/compiler/machines/bobcat/machin.scm @@ -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