Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / post.h
blob72d8917adb8dc2a2bab9f61a5d7fa24d44e2418c
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file post.h
7 * @author Christopher Kohlhoff <chris@kohlhoff.com>
9 * This file restores the original alignment rules.
11 //=============================================================================
13 // No header guard
14 #if defined (_MSC_VER)
15 # pragma pack (pop)
16 #elif defined (__BORLANDC__)
17 # pragma option pop
18 # pragma nopushoptwarn
19 # pragma nopackwarning
20 #endif