In article <12441 at sun.uucp> guy at sun.UUCP (Guy Harris) writes: > >>And will the future 128-byte pointer be a "long long long" ? > > main () > { > reallybig i; > } That will lead to the 256-bye pointer: main () { long reallybig i; }