diff options
Diffstat (limited to 'ACE/ace/post.h')
-rw-r--r-- | ACE/ace/post.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ACE/ace/post.h b/ACE/ace/post.h deleted file mode 100644 index e39a3f9fa24..00000000000 --- a/ACE/ace/post.h +++ /dev/null @@ -1,22 +0,0 @@ -// -*- C++ -*- - -//============================================================================= -/** - * @file post.h - * - * $Id$ - * - * @author Christopher Kohlhoff <chris@kohlhoff.com> - * - * This file restores the original alignment rules. - */ -//============================================================================= - -// No header guard -#if defined (_MSC_VER) -# pragma pack (pop) -#elif defined (__BORLANDC__) -# pragma option pop -# pragma nopushoptwarn -# pragma nopackwarning -#endif |