ExternalBytes.st
branchjv
changeset 18883 765cf9dca720
parent 18830 ab7f93fb9554
parent 18878 f370d1f65d08
child 19225 9e8abf62f932
equal deleted inserted replaced
18873:ce58d469e583 18883:765cf9dca720
   677 %}.
   677 %}.
   678     ^ nil
   678     ^ nil
   679 
   679 
   680     "
   680     "
   681      ExternalBytes sizeofLongLong
   681      ExternalBytes sizeofLongLong
       
   682     "
       
   683 !
       
   684 
       
   685 sizeofNativeInt
       
   686     "return the number of bytes used by the machine's SmallInteger native values"
       
   687 
       
   688 %{  /* NOCONTEXT */
       
   689     RETURN (__mkSmallInteger( sizeof(INT)));
       
   690 %}
       
   691     "
       
   692      ExternalBytes sizeofNativeInt
   682     "
   693     "
   683 !
   694 !
   684 
   695 
   685 sizeofPointer
   696 sizeofPointer
   686     "return the number of bytes used by the machine's native pointer"
   697     "return the number of bytes used by the machine's native pointer"