diff -r e26bbb61f6b2 -r 83f594f05c52 SmallInteger.st --- a/SmallInteger.st Thu Apr 25 18:54:31 1996 +0200 +++ b/SmallInteger.st Thu Apr 25 19:02:53 1996 +0200 @@ -49,6 +49,9 @@ If you really need this kind of thing, create a subclass of Integer, with an instance variable holding the value. + + [author:] + Claus Gittinger " ! ! @@ -2014,5 +2017,5 @@ !SmallInteger class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.50 1996-04-23 14:01:36 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.51 1996-04-25 16:58:46 cg Exp $' ! !