[gforth] ans-report.fs trashes the top of the search order

2010-08-17 Thread Josh Grams
ans-report.fs replaces the top element of the search order. I *think* it just needs an `also` before the first use of `ans-report-words`. It doesn't look like there's any place to put a `previous` at the end... --Josh

Re: [gforth] ans-report.fs trashes the top of the search order

2010-08-17 Thread Josh Grams
It doesn't look like there's any place to put a `previous` at the end... Ack. I take that back, there is a place to put a `previous`. And it also trashes the current wordlist. So...I suggest the following patch. --Josh --- a/ans-report.fs 2010-08-17 19:11:14.0 -0400 +++