Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watdaisy.UUCP Path: utzoo!watmath!watdaisy!smwatt From: smwatt@watdaisy.UUCP (Stephen Watt) Newsgroups: net.lang.forth,net.lang,net.sources,net.unix-wizards Subject: Re: Problem with VAX FORTH under 4.2 BSD Message-ID: <6621@watdaisy.UUCP> Date: Wed, 27-Jun-84 21:06:32 EDT Article-I.D.: watdaisy.6621 Posted: Wed Jun 27 21:06:32 1984 Date-Received: Thu, 28-Jun-84 06:06:11 EDT References: <681@aplvax.UUCP> Organization: U of Waterloo, Ontario Lines: 16 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