3 //=============================================================================
7 * @author Christopher Kohlhoff <chris@kohlhoff.com>
9 * This file saves the original alignment rules and changes the alignment
10 * boundary to ACE's default.
12 //=============================================================================
15 #if defined (_MSC_VER)
16 # pragma warning (disable:4103)
17 # pragma pack (push, 8)
18 #elif defined (__BORLANDC__)
19 # pragma option push -a8 -b -Ve- -Vx-
20 # pragma nopushoptwarn
21 # pragma nopackwarning