aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/post.h')
-rw-r--r--dep/acelite/ace/post.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/dep/acelite/ace/post.h b/dep/acelite/ace/post.h
new file mode 100644
index 00000000000..c393dfe50aa
--- /dev/null
+++ b/dep/acelite/ace/post.h
@@ -0,0 +1,22 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file post.h
+ *
+ * $Id: post.h 80826 2008-03-04 14:51:23Z wotte $
+ *
+ * @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