Commit 110b2db4 by Andreas Tobler Committed by Andreas Tobler

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
parent 89133970
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment