mirror of git://gcc.gnu.org/git/gcc.git
parent
c4205f77f3
commit
2c57b16134
|
|
@ -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-12-25 Frank Everdij <f.p.x.everdij@tudelft.nl>
|
2009-12-25 Frank Everdij <f.p.x.everdij@tudelft.nl>
|
||||||
|
|
||||||
* include/ffi.h.in: Placed '__GNUC__' ifdef around
|
* include/ffi.h.in: Placed '__GNUC__' ifdef around
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ section entitled ``GNU General Public License''.
|
||||||
@end quotation
|
@end quotation
|
||||||
@end copying
|
@end copying
|
||||||
|
|
||||||
@dircategory
|
@dircategory Development
|
||||||
@direntry
|
@direntry
|
||||||
* libffi: (libffi). Portable foreign-function interface library.
|
* libffi: (libffi). Portable foreign-function interface library.
|
||||||
@end direntry
|
@end direntry
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ integral type must be used to hold
|
||||||
the return value.
|
the return value.
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
#include <ffi/ffi.h>
|
#include <ffi.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
unsigned char
|
unsigned char
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue