comment
authorClaus Gittinger <cg@exept.de>
Tue, 28 Jul 1998 20:32:07 +0200
changeset 3684 5ee1baf09f4f
parent 3683 2eac599d04c1
child 3685 04fd42507276
comment
SmallInt.st
SmallInteger.st
--- a/SmallInt.st	Tue Jul 28 18:37:47 1998 +0200
+++ b/SmallInt.st	Tue Jul 28 20:32:07 1998 +0200
@@ -109,7 +109,9 @@
     RETURN ( __MKSMALLINT(N_INT_BITS / 8 + 1) );
 %}
 
-    "SmallInteger maxBytes"
+    "
+     SmallInteger maxBytes
+    "
 !
 
 maxVal
@@ -2712,5 +2714,5 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SmallInt.st,v 1.99 1998-07-28 16:37:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SmallInt.st,v 1.100 1998-07-28 18:32:07 cg Exp $'
 ! !
--- a/SmallInteger.st	Tue Jul 28 18:37:47 1998 +0200
+++ b/SmallInteger.st	Tue Jul 28 20:32:07 1998 +0200
@@ -109,7 +109,9 @@
     RETURN ( __MKSMALLINT(N_INT_BITS / 8 + 1) );
 %}
 
-    "SmallInteger maxBytes"
+    "
+     SmallInteger maxBytes
+    "
 !
 
 maxVal
@@ -2712,5 +2714,5 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.99 1998-07-28 16:37:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.100 1998-07-28 18:32:07 cg Exp $'
 ! !