Raymond Toy pushed to branch rtoy-print-using-ryu at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/ryu-print.lisp
    ... ... @@ -23,15 +23,6 @@
    23 23
       printing of DOUBLE-DOUBLE-FLOAT values) always fall back to the
    
    24 24
       Burger and Dybvig code regardless of this variable.")
    
    25 25
     
    
    26
    -(defvar *use-ryu-printer* nil
    
    27
    -  "When non-NIL, format directives ~E, ~F, ~G and the float printer used
    
    28
    -  by PRINC/PRIN1/PRINT/WRITE route through the Ryu-based formatter
    
    29
    -  (FORMAT-E, FORMAT-F, FORMAT-G, and the shortest-form D2S/F2S
    
    30
    -  routines).  When NIL, the original Burger and Dybvig based code is
    
    31
    -  used.  Some cases (notably ~F with non-zero scale factor K, and
    
    32
    -  printing of DOUBLE-DOUBLE-FLOAT values) always fall back to the
    
    33
    -  Burger and Dybvig code regardless of this variable.")
    
    34
    -
    
    35 26
     ;;; Ryu interface
    
    36 27
     
    
    37 28
     ;; This could be larger, but that would mean larger stack size for the