Use SCODE/PRIMITIVE-PROCEDURE?, not PRIMITIVE-PROCEDURE?, before
authorTaylor R. Campbell <net/mumble/campbell>
Mon, 2 Feb 2009 20:06:33 +0000 (20:06 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Mon, 2 Feb 2009 20:06:33 +0000 (20:06 +0000)
commit1a1d576f0ad9dae1b58b251a38f8204b4207ab0d
treee9a1003c80e8c87157db9f7afd2ab99fe2f7b5a8
parent55f700ded3fe97de6a493263720188bf033a316c
Use SCODE/PRIMITIVE-PROCEDURE?, not PRIMITIVE-PROCEDURE?, before
calling PRIMITIVE-PROCEDURE-NAME or PRIMITIVE-PROCEDURE-ARITY in the
compiler.  The SCODE/ variant excludes the compiled error procedure
`primitive', which is actually a string employed as a token, not a
primitive proper.
v7/src/compiler/base/blocks.scm
v7/src/compiler/machines/C/stackify.scm
v7/src/compiler/machines/C/traditional.scm