Rename eforth to ueforth.

This commit is contained in:
Brad Nelson
2022-02-27 21:06:24 -08:00
parent fb47179999
commit 0bc9be1e19
5 changed files with 14 additions and 14 deletions

View File

@ -39,5 +39,5 @@ CALL10 ( n n n n n n n n n n fn -- n )
</pre>
<p>
See <a href="https://github.com/flagxor/eforth/blob/main/common/calling.h">calling.h</a>.
See <a href="https://github.com/flagxor/ueforth/blob/main/common/calling.h">calling.h</a>.
</p>