Missing exclamation point in Float.st

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Missing exclamation point in Float.st

Jānis Rūcis
The attached microscopic patch adds a missing exclamation point in
kernel/Float.st.  Was messing with syntax highlighting...

Jānis

Index: kernel/Float.st
===================================================================
--- kernel/Float.st (revision 2)
+++ kernel/Float.st (working copy)
@@ -293,7 +293,7 @@
     ^Fraction
  numerator: (self < 0 ifTrue: [ n0 negated ] ifFalse: [ n0 ])
  denominator: d0
-!
+! !
 
 
 !Float methodsFor: 'transcendental operations'!

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk