2
0
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:
Andreas Tobler 2006-08-17 21:07:29 +02:00 committed by Andreas Tobler
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. */