--- gforth/environ.fs 1995/04/29 14:51:15 1.6 +++ gforth/environ.fs 1995/10/16 18:33:06 1.7 @@ -18,7 +18,7 @@ get-order environment-wordlist swap 1+ s \ 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. -8 constant ADDRESS-UNIT-BITS +8 constant ADDRESS-UNIT-BITS ( -- n ) \ environment 1 ADDRESS-UNIT-BITS chars lshift 1- constant MAX-CHAR MAX-CHAR constant /COUNTED-STRING ADDRESS-UNIT-BITS cells 2* 2 + constant /HOLD