diff options
-rw-r--r-- | development/gforth/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/gforth/README b/development/gforth/README index 7baf268f5e21f..e619ec80bf3cd 100644 --- a/development/gforth/README +++ b/development/gforth/README @@ -1,7 +1,7 @@ GNU Forth interpreter that is ANSI compliant. -NOTE: If you Compile or otherwise install the Ffcall package, GForth will -also have the ability to call libraries of C software. Ffcall must be -installed first in order for GForth to detect this, however. -However, GForth can run on its own without Ffcall. For this reason, Ffcall -is not listed as a dependency. +NOTE: If you Compile or otherwise install the Ffcall package, GForth +will also have the ability to call libraries of C software. Ffcall +must be installed first in order for GForth to detect this, however. +However, GForth can run on its own without Ffcall. For this reason, +Ffcall is not listed as a dependency. |