diff options
Diffstat (limited to 'deps/acelite/ace/post.h')
-rw-r--r-- | deps/acelite/ace/post.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/deps/acelite/ace/post.h b/deps/acelite/ace/post.h deleted file mode 100644 index bea9b56ef5..0000000000 --- a/deps/acelite/ace/post.h +++ /dev/null @@ -1,23 +0,0 @@ -// -*- C++ -*- - -//============================================================================= -/** - * @file post.h - * - * @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 -# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x730) -# pragma option pop -# endif -# pragma nopushoptwarn -# pragma nopackwarning -#endif |