This commit is contained in:
ceriel 2002-09-11 13:19:23 +00:00
parent 1e32788ad1
commit e8fdf4fcda

View file

@ -26,7 +26,7 @@ EOF
: We can find out ourselves what the word-size and
: the pointer-size of the target machine is.
cc ws.c 2>/dev/null
a.out > t$$
./a.out > t$$
. t$$
rm -f t$$ a.out ws.[co]
else