File:  [parser3project] / parser3 / src / include / Attic / pa_pragma_pack_begin.h
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Tue Jan 21 15:51:10 2003 UTC (23 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8, HEAD
2002->2003

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

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

#include "pa_config_includes.h"

#if _MSC_VER
// used #pragma pack to change alignment
#pragma warning(disable:4103)
#endif

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

E-mail: