From: Mark Wooding Date: Sun, 30 Apr 2006 12:29:58 +0000 (+0100) Subject: base: Provide fixnump function. X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/commitdiff_plain/7dcf04ad1295e4c19d0ad48b1b8cc4533cb8dd1e?ds=sidebyside;hp=7dcf04ad1295e4c19d0ad48b1b8cc4533cb8dd1e base: Provide fixnump function. CMU CL already implements fixnump in the extensions package Provide it explicitly here anyway, for other implementations. Quite why this function isn't in the Common Lisp spec anyway is still a mystery. ---