File:  [parser3project] / parser3 / src / include / Attic / pa_pragma_pack_end.h
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Fri Feb 8 08:30:13 2002 UTC (24 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004, release_3_0_0003, release_3_0_0002, release_1_0_0001, HEAD
name spelling

/** @file
	Parser: "pack" attribute, use just after structures to be packed.
	@see pa_pragma_pack_begin.h

	Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com)
	Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)

	$Id: pa_pragma_pack_end.h,v 1.4 2002/02/08 08:30:13 paf Exp $
*/

#include "pa_config_includes.h"

#if defined(HAVE_PRAGMA_PACK)
#pragma pack()
#endif

E-mail: