-
- Downloads
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
Please register or sign in to comment