Skip to content
  • Raymond Toy's avatar
    Fix bug in printing most-negative-fixnum · c34d88b5
    Raymond Toy authored
     * src/code/print.lisp:
       * Type declaration in {{{SUB-OUTPUT-INTEGER}}} was incorrect
         because we want to be able to print
         {{{(- most-negative-fixnum)}}}.
    
     * tests/printer.lisp:
       * Add test for this.
    c34d88b5