Annotation of parser3/src/include/pa_pragma_pack_end.h, revision 1.4
1.1 paf 1: /** @file
2: Parser: "pack" attribute, use just after structures to be packed.
3: @see pa_pragma_pack_begin.h
4:
1.3 paf 5: Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com)
1.4 ! paf 6: Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
1.1 paf 7:
1.4 ! paf 8: $Id: pa_pragma_pack_end.h,v 1.3 2002/02/08 07:27:44 paf Exp $
1.1 paf 9: */
10:
11: #include "pa_config_includes.h"
12:
13: #if defined(HAVE_PRAGMA_PACK)
14: #pragma pack()
15: #endif
E-mail: