gcc/gcc-4.8.0-libffi-texinfo.patch

20 lines
547 B
Diff

--- gcc-4.8.0/libffi/doc/libffi.texi.orig 2013-03-27 14:30:44.349767608 +0100
+++ gcc-4.8.0/libffi/doc/libffi.texi 2013-03-27 14:36:39.440125266 +0100
@@ -360,7 +360,6 @@
new @code{ffi_type} object for it.
@tindex ffi_type
-@deftp ffi_type
The @code{ffi_type} has the following members:
@table @code
@item size_t size
@@ -376,8 +375,6 @@
This is a @samp{NULL}-terminated array of pointers to @code{ffi_type}
objects. There is one element per field of the struct.
@end table
-@end deftp
-
@node Type Example
@subsection Type Example