Skip to content

Commit

Permalink
remove obsolete ffcall information
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Jan 19, 2025
1 parent 9236ef9 commit 927eafa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 3 additions & 4 deletions Documentation/install.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions Documentation/readme.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 927eafa

Please sign in to comment.