mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 14:11:05 +08:00
ffi_common.h (struct): Revert accidental commit.
2006-08-17 Andreas Tobler <a.tobler@schweiz.ch> * include/ffi_common.h (struct): Revert accidental commit. From-SVN: r116230
This commit is contained in:
parent
891339702c
commit
110b2db465
libffi
@ -1,3 +1,7 @@
|
||||
2006-08-17 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* include/ffi_common.h (struct): Revert accidental commit.
|
||||
|
||||
2006-08-15 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* include/ffi_common.h: Remove lint directives.
|
||||
|
@ -70,7 +70,7 @@ typedef struct
|
||||
{
|
||||
ffi_cif *cif;
|
||||
void *rvalue;
|
||||
void **avalue __attribute__((aligned));
|
||||
void **avalue;
|
||||
} extended_cif;
|
||||
|
||||
/* Terse sized type definitions. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user