Changeset 12952


Ignore:
Timestamp:
10/04/10 14:31:10 (12 years ago)
Author:
ehuelsmann
Message:

Maxima disables underflow signals itself now. We default back
to signalling in order to pass CLHS ANSI tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/Lisp.java

    r12929 r12952  
    27052705  // Floating point traps.
    27062706  protected static boolean TRAP_OVERFLOW  = true;
    2707   protected static boolean TRAP_UNDERFLOW = false;
     2707  protected static boolean TRAP_UNDERFLOW = true;
    27082708
    27092709
Note: See TracChangeset for help on using the changeset viewer.