From: Stephen Adams Date: Wed, 19 Apr 1995 22:53:02 +0000 (+0000) Subject: Changed %arity-dispatcher-tag to be a knownd `special' symbol and X-Git-Tag: 20090517-FFI~6432 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3fe4284bd8bf709b334680f15163b210f41459df;p=mit-scheme.git Changed %arity-dispatcher-tag to be a knownd `special' symbol and changed microcode/boot.c to match. (This should probably be a fixed bit pattern rather than a symbol). --- diff --git a/v8/src/compiler/midend/fakeprim.scm b/v8/src/compiler/midend/fakeprim.scm index 89a55331f..92f6fed83 100644 --- a/v8/src/compiler/midend/fakeprim.scm +++ b/v8/src/compiler/midend/fakeprim.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: fakeprim.scm,v 1.12 1995/04/15 15:49:38 adams Exp $ +$Id: fakeprim.scm,v 1.13 1995/04/19 22:53:02 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -502,7 +502,7 @@ MIT in each case. |# (cookie-call %primitive-apply cont 'NARGS 'primitive-object #!rest values) (define %arity-dispatcher-tag - (make-constant "#[arity-dispatcher-tag]")) + (make-constant "#[(microcode)arity-dispatcher-tag]")) (define %unspecific ;; Magic cookie representing an ignorable value