ffi_common.h (struct): Revert accidental commit.
authorAndreas Tobler <a.tobler@schweiz.ch>
Thu, 17 Aug 2006 19:07:29 +0000 (21:07 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 17 Aug 2006 19:07:29 +0000 (21:07 +0200)
2006-08-17  Andreas Tobler  <a.tobler@schweiz.ch>

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

From-SVN: r116230

libffi/ChangeLog
libffi/include/ffi_common.h

index 875e940f21ef25c4d02cfaaac7f69e0082e97b33..55dc31a26ec748302123718d44af7221b6c01609 100644 (file)
@@ -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.
index 58714a70f5321dffe8e26faf7e85fbf062f4587f..3620a2e162a80291c449afdfd413e9f9c1ee2330 100644 (file)
@@ -70,7 +70,7 @@ typedef struct
 {
   ffi_cif *cif;
   void *rvalue;
-  void **avalue __attribute__((aligned));
+  void **avalue;
 } extended_cif;
 
 /* Terse sized type definitions.  */