Diff for /gforth/environ.fs between versions 1.6 and 1.7

version 1.6, 1995/04/29 14:51:15 version 1.7, 1995/10/16 18:33:06
Line 18  get-order environment-wordlist swap 1+ s Line 18  get-order environment-wordlist swap 1+ s
   
 \ this should be computed in C as CHAR_BITS/sizeof(char),  \ this should be computed in C as CHAR_BITS/sizeof(char),
 \ but I don't know any machine with gcc where an au does not have 8 bits.  \ but I don't know any machine with gcc where an au does not have 8 bits.
 8 constant ADDRESS-UNIT-BITS  8 constant ADDRESS-UNIT-BITS ( -- n ) \ environment
 1 ADDRESS-UNIT-BITS chars lshift 1- constant MAX-CHAR  1 ADDRESS-UNIT-BITS chars lshift 1- constant MAX-CHAR
 MAX-CHAR constant /COUNTED-STRING  MAX-CHAR constant /COUNTED-STRING
 ADDRESS-UNIT-BITS cells 2* 2 + constant /HOLD  ADDRESS-UNIT-BITS cells 2* 2 + constant /HOLD

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>