Skip to content
Snippets Groups Projects
Commit 8c543df3 authored by emarsden's avatar emarsden
Browse files

Add stub definitions for KERNEL:%NUMERATOR and KERNEL:%DENOMINATOR

(needed by the byte interpreter).

Fixes the following bug:

   (defun foo (x) (1+ (numerator x)))

   (let ((c::*byte-compile* t)) (compile 'foo))

   (foo 2/3) => undefined function KERNEL:%NUMERATOR
parent 55c5b06f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment