SmallInteger.st
changeset 3684 5ee1baf09f4f
parent 3683 2eac599d04c1
child 3704 4dd3cb7ae956
equal deleted inserted replaced
3683:2eac599d04c1 3684:5ee1baf09f4f
   107 
   107 
   108 %{  /* NOCONTEXT */
   108 %{  /* NOCONTEXT */
   109     RETURN ( __MKSMALLINT(N_INT_BITS / 8 + 1) );
   109     RETURN ( __MKSMALLINT(N_INT_BITS / 8 + 1) );
   110 %}
   110 %}
   111 
   111 
   112     "SmallInteger maxBytes"
   112     "
       
   113      SmallInteger maxBytes
       
   114     "
   113 !
   115 !
   114 
   116 
   115 maxVal
   117 maxVal
   116     "return the largest Integer representable as SmallInteger.
   118     "return the largest Integer representable as SmallInteger.
   117      For very special uses only - not constant across implementations"
   119      For very special uses only - not constant across implementations"
  2710 ! !
  2712 ! !
  2711 
  2713 
  2712 !SmallInteger class methodsFor:'documentation'!
  2714 !SmallInteger class methodsFor:'documentation'!
  2713 
  2715 
  2714 version
  2716 version
  2715     ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.99 1998-07-28 16:37:02 cg Exp $'
  2717     ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.100 1998-07-28 18:32:07 cg Exp $'
  2716 ! !
  2718 ! !