Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_cc_amx.h 


Log Message:


packed poo --

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_amx.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- embryo_cc_amx.h     13 Apr 2005 20:16:30 -0000      1.11
+++ embryo_cc_amx.h     22 May 2005 03:01:22 -0000      1.12
@@ -18,7 +18,7 @@
  *      misrepresented as being the original software.
  *  3.  This notice may not be removed or altered from any source distribution.
  *
- *  Version: $Id: embryo_cc_amx.h,v 1.11 2005/04/13 20:16:30 tsauerbeck Exp $
+ *  Version: $Id: embryo_cc_amx.h,v 1.12 2005/05/22 03:01:22 raster Exp $
  */
 
 #include "embryo_cc_osdefs.h"
@@ -71,7 +71,7 @@
    {
       unsigned int        address;
       char                name[sEXPMAX + 1];
-   } AMX_FUNCSTUB __attribute__((packed));
+   } __attribute__((packed)) AMX_FUNCSTUB;
 
 /* The AMX structure is the internal structure for many functions. Not all
  * fields are valid at all times; many fields are cached in local variables.
@@ -108,7 +108,7 @@
       cell reset_stk     ;
       cell reset_hea     ;
       cell          *syscall_d;        /* relocated value/address for the 
SYSCALL.D opcode */
-   } AMX              __attribute__((packed));
+   } __attribute__((packed)) AMX;
 
 /* The AMX_HEADER structure is both the memory format as the file format. The
  * structure is used internaly.
@@ -132,7 +132,7 @@
       int pubvars    ; /* the "public variables" table */
       int tags       ; /* the "public tagnames" table */
       int nametable  ; /* name table, file version 7 only */
-   } AMX_HEADER       __attribute__((packed));
+   } __attribute__((packed)) AMX_HEADER;
 #define AMX_MAGIC       0xf1e0
 
    enum




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to