Kristian Gjøsteen wrote >> I did some debugging and found that a typtab array came out differently >> in the two versions. So with the following patch, zsh-3.1.5 seems to >> work on IRIX 6.2 using said MIPSpro compiler. Now, obviously, this is >> just silly and should not be used, but I hope this can point others in >> the right direction. I do not have time to debug this further. >> >> --- /Stores/stash/zsh/src-3.1.5-local/Src/utils.c Thu Oct 15 23:46:01 1998 >> +++ utils.c Mon Nov 2 09:43:16 1998 >> @@ -2387,6 +2387,8 @@ >> typtab[STOUC(*s)] |= ISPECIAL; >> if (isset(BANGHIST) && bangchar && interact && isset(SHINSTDIN)) >> typtab[bangchar] |= ISPECIAL; >> + typtab[0] = 4640; >> + typtab[32] = 10284; >> } >> >> /**/ Hey, that SOLVES the problem here. Many thanks!!! -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik Institute of Technology, RWTH Aachen D 52056 Aachen, Germany