summaryrefslogtreecommitdiff
path: root/ACE/ace/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/post.h')
-rw-r--r--ACE/ace/post.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/ACE/ace/post.h b/ACE/ace/post.h
new file mode 100644
index 00000000000..e39a3f9fa24
--- /dev/null
+++ b/ACE/ace/post.h
@@ -0,0 +1,22 @@
+// -*- 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