Edit

kc3-lang/libffi/patches/fix-docs

Branch :

  • Show log

    Commit

  • Author : Anthony Green
    Date : 2009-12-23 23:46:22
    Hash : f8c7a245
    Message : Switch to quilt. Rebase to latest GCC.

  • patches/fix-docs
  • Index: plibffi/ChangeLog.libffi
    ===================================================================
    --- plibffi.orig/ChangeLog.libffi
    +++ plibffi/ChangeLog.libffi
    @@ -1,3 +1,8 @@
    +2009-10-11  Matthias Klose  <doko@ubuntu.com>
    +
    +	* man/ffi_call.3: Fix #include in examples.
    +	* doc/libffi.texi: Add dircategory.
    +
     2009-10-23  Frank Everdij <f.p.x.everdij@tudelft.nl>
     
     	* include/ffi.h.in: Placed '__GNUC__' ifdef around
    Index: plibffi/doc/libffi.texi
    ===================================================================
    --- plibffi.orig/doc/libffi.texi
    +++ plibffi/doc/libffi.texi
    @@ -31,7 +31,7 @@ section entitled ``GNU General Public Li
     @end quotation
     @end copying
     
    -@dircategory
    +@dircategory Development
     @direntry
     * libffi: (libffi).             Portable foreign-function interface library.
     @end direntry
    Index: plibffi/man/ffi_call.3
    ===================================================================
    --- plibffi.orig/man/ffi_call.3
    +++ plibffi/man/ffi_call.3
    @@ -43,7 +43,7 @@ integral type must be used to hold
     the return value.
     .Sh EXAMPLES
     .Bd -literal
    -#include <ffi/ffi.h>
    +#include <ffi.h>
     #include <stdio.h>
     
     unsigned char