00001 /* -*- C++ -*- */ 00002 00003 //============================================================================= 00004 /** 00005 * @file post.h 00006 * 00007 * $Id: post.h,v 1.1.1.2 2001/12/04 14:33:04 chad Exp $ 00008 * 00009 * @author Christopher Kohlhoff <chris@kohlhoff.com> 00010 * 00011 * This file restore the original alignment rules. 00012 * 00013 * 00014 */ 00015 //============================================================================= 00016 00017 00018 // No header guard 00019 #if defined (_MSC_VER) 00020 # pragma pack (pop) 00021 #elif defined (__BORLANDC__) 00022 # pragma option pop 00023 # pragma nopushoptwarn 00024 # pragma nopackwarning 00025 #endif
1.2.14 written by Dimitri van Heesch,
© 1997-2002