Problem with VAX FORTH under 4.2 BSD
Stephen Watt
smwatt at watdaisy.UUCP
Thu Jun 28 11:06:32 AEST 1984
Your Vax Forth net.sources files made it through the news intact
(to here at least) -- the word counts and check sums came out correctly.
The assembly problem appears to arise from a mis-spelling in the file prim.as.
After changing "index" to "indx" in line 357 everything assembles
and seems to work fine.
357c357
< movw *$size,*$index /* if seeking buffered file, reset buffer */
---
> movw *$size,*$indx /* if seeking buffered file, reset buffer */
--
Stephen Watt
University of Waterloo {allegra,decvax}!watmath!watdaisy!smwatt
More information about the Comp.unix.wizards
mailing list