ShortFloat.st
changeset 7141 033f2c26d8e6
parent 6898 d0182256f3ff
child 7356 fe8fb0a571f2
--- a/ShortFloat.st	Mon Mar 31 11:12:58 2003 +0200
+++ b/ShortFloat.st	Mon Mar 31 11:15:41 2003 +0200
@@ -436,7 +436,7 @@
         "
          No, you shalt not divide by zero
         "
-        ^ DivisionByZeroSignal raiseRequestWith:thisContext.
+        ^ ZeroDivide raiseRequestWith:thisContext.
     ].
     ^ aNumber quotientFromShortFloat:self
 !
@@ -1085,5 +1085,5 @@
 !ShortFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.69 2002-11-26 11:41:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.70 2003-03-31 09:14:57 cg Exp $'
 ! !