From a443a4fcff84041846e2e87dc3527b11f9c31446 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 5 Feb 1991 03:50:50 +0000 Subject: [PATCH] Fix typo: gcd-fixnum appeared as gc-fixnum. --- v7/src/compiler/machines/bobcat/machin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1