This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] revert accidental checkin in include/ffi_common.h
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Java Patches <java-patches at gcc dot gnu dot org>
- Date: Thu, 17 Aug 2006 20:48:21 +0200
- Subject: [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;