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

Andreas Tobler toa@pop.agri.ch
Thu Aug 17 18:48:00 GMT 2006


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;



More information about the Java-patches mailing list