]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Don't use #pragma pack.
authorAndres Mejia <amejia004@gmail.com>
Sat, 6 Aug 2011 23:36:08 +0000 (19:36 -0400)
committerAndres Mejia <amejia004@gmail.com>
Sat, 6 Aug 2011 23:36:08 +0000 (19:36 -0400)
SVN-Revision: 3544

libarchive/archive_ppmd.h

index fb17b94caff7629795725e161a153334f582c34e..196210d6f40669c87b5b3793a7a5bcf45918465a 100644 (file)
@@ -106,8 +106,6 @@ typedef struct
 #define PPMD_N4 ((128 + 3 - 1 * PPMD_N1 - 2 * PPMD_N2 - 3 * PPMD_N3) / 4)
 #define PPMD_NUM_INDEXES (PPMD_N1 + PPMD_N2 + PPMD_N3 + PPMD_N4)
 
-#pragma pack(push,1)
-
 /* SEE-contexts for PPM-contexts with masked symbols */
 typedef struct
 {
@@ -127,8 +125,6 @@ typedef struct
   UInt16 SuccessorHigh;
 } CPpmd_State;
 
-#pragma pack(pop)
-
 typedef
   #ifdef PPMD_32BIT
     CPpmd_State *