summaryrefslogtreecommitdiff
path: root/ACE/ace/post.h
blob: 72d8917adb8dc2a2bab9f61a5d7fa24d44e2418c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- 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
# pragma nopushoptwarn
# pragma nopackwarning
#endif