diff --git a/Documentation/install.texi b/Documentation/install.texi index fce471a95..af8b9d034 100644 --- a/Documentation/install.texi +++ b/Documentation/install.texi @@ -152,10 +152,9 @@ the NSApplicationMain function in a gui application). GNUstep's NSInvocations and Distributed Objects code involves detailed manipulation of the stack and function calls using a library that -implements a Foreign-Function Interface (FFI), such as the -libffi library. Use of libffi is automatically enabled if the libffi -library is found (and the same with ffcall, although libffi takes -precedence), unless specifically disabled with @code{--disable-do}. +implements a Foreign-Function Interface (FFI); the libffi library. +Use of libffi is automatically enabled if the libffi library is found , +unless specifically disabled with @code{--disable-do}. @node Compilation, , Configuration, Top @section Compilation diff --git a/Documentation/readme.texi b/Documentation/readme.texi index 12902cf3a..73f76a811 100644 --- a/Documentation/readme.texi +++ b/Documentation/readme.texi @@ -40,12 +40,6 @@ All files in the @file{Documentation}, @file{Examples}, @file{Tools}, @file{config}, and @file{macosx} directories are covered under the GPL. -With GNUstep-Base, we strongly recommend the use of the ffcall -libraries, which provides stack frame handling for NSInvocation and -NSConnection. "Ffcall is under GNU GPL. As a special exception, if used -in GNUstep or in derivate works of GNUstep, the included parts of ffcall -are under GNU LGPL" (Text in quotes provided by the author of ffcall). - @section How can you help? @itemize @bullet