From 9e270a4ad6cdf9db87936afabf35da03e53dae9f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 19 May 1987 13:16:48 +0000 Subject: [PATCH] Stupidity. --- v7/src/runtime/scode.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/scode.scm b/v7/src/runtime/scode.scm index 090ba7a9e..aaad262c1 100644 --- a/v7/src/runtime/scode.scm +++ b/v7/src/runtime/scode.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/scode.scm,v 13.43 1987/05/19 12:51:34 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/scode.scm,v 13.44 1987/05/19 13:16:48 cph Rel $ ;;; ;;; Copyright (c) 1987 Massachusetts Institute of Technology ;;; @@ -69,7 +69,7 @@ (set! make-true (make-constant-maker 'TRUE))) (define undefined-conditional-branch - (primitive-set-type (microcode-type 'TRUE 1))) + (primitive-set-type (microcode-type 'TRUE) 1)) ;;;; QUOTATION -- 2.25.1