/* -*- C++ -*- */ //============================================================================= /** * @file post.h * * $Id$ * * @author Christopher Kohlhoff * * This file restore 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