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
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue