This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] revert accidental checkin in include/ffi_common.h


Hello all,

this patch reverts a checkin which has gone in by accident.

I hope it is ok to commit?

Andreas

2006-08-17 Andreas Tobler <a.tobler@schweiz.ch>

* include/ffi_common.h (struct): Revert accidental commit.


Index: include/ffi_common.h =================================================================== --- include/ffi_common.h (revision 116152) +++ include/ffi_common.h (working copy) @@ -70,7 +70,7 @@ { ffi_cif *cif; void *rvalue; - void **avalue __attribute__((aligned)); + void **avalue; } extended_cif;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]