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
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to