From: Chris Hanson Date: Tue, 19 May 1987 13:16:48 +0000 (+0000) Subject: Stupidity. X-Git-Tag: 20090517-FFI~13500 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9e270a4ad6cdf9db87936afabf35da03e53dae9f;p=mit-scheme.git Stupidity. --- 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