]> git.sur5r.net Git - freertos/commitdiff
Added extra compiler specific structure packing options.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 22 Sep 2008 13:18:08 +0000 (13:18 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 22 Sep 2008 13:18:08 +0000 (13:18 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@477 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/Common/ethernet/lwIP_130/src/netif/ppp/vjbsdhdr.h

index c641ee472266c3796ba22935760ed7a344f4a71b..6c247c641b51816ad6bb2aa557b806bc12e17eb6 100644 (file)
@@ -11,6 +11,9 @@
  * against negative integers quite easily, and fail in subtle ways.\r
  */\r
 PACK_STRUCT_BEGIN\r
+#if (defined(__MWERKS__)  || defined(__CWCC__))\r
+       #pragma options align= packed\r
+#endif\r
 struct ip\r
 {\r
 #if defined(NO_CHAR_BITFIELDS)\r
@@ -47,6 +50,9 @@ typedef u32_t tcp_seq;
  * Per RFC 793, September, 1981.\r
  */\r
 PACK_STRUCT_BEGIN\r
+#if (defined(__MWERKS__)  || defined(__CWCC__))\r
+       #pragma options align= packed\r
+#endif\r
 struct tcphdr  \r
 {\r
   u_short  th_sport;    /* source port */\r