Changeset 12952
- Timestamp:
- 10/04/10 14:31:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Lisp.java
r12929 r12952 2705 2705 // Floating point traps. 2706 2706 protected static boolean TRAP_OVERFLOW = true; 2707 protected static boolean TRAP_UNDERFLOW = false;2707 protected static boolean TRAP_UNDERFLOW = true; 2708 2708 2709 2709
Note: See TracChangeset
for help on using the changeset viewer.