|
|
2002->2003
/** @file Parser: "pack" attribute, use just after structures to be packed. @see pa_pragma_pack_begin.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 defined(HAVE_PRAGMA_PACK) #pragma pack() #endif