Enlightenment CVS committal Author : raster Project : e17 Module : libs/embryo
Dir : e17/libs/embryo/src/lib Modified Files: embryo_private.h Log Message: different packing... =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/embryo_private.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- embryo_private.h 25 Mar 2004 03:59:18 -0000 1.4 +++ embryo_private.h 25 Mar 2004 06:21:58 -0000 1.5 @@ -245,12 +245,11 @@ int run_count; }; -#pragma pack(push, 1) struct _Embryo_Func_Stub { int address; char name[sEXPMAX+1]; -}; +} __attribute__((packed)); struct _Embryo_Header { @@ -271,7 +270,7 @@ int pubvars; /* the "public variables" table */ int tags; /* the "public tagnames" table */ int nametable; /* name table, file version 7 only */ -}; +} __attribute__((packed)); void _embryo_fp_init(Embryo_Program *ep); ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs