--- parser3/src/include/pa_string.h 2001/10/29 16:56:30 1.113 +++ parser3/src/include/pa_string.h 2001/11/05 11:46:25 1.115 @@ -2,9 +2,9 @@ Parser: string class decl. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_string.h,v 1.113 2001/10/29 16:56:30 paf Exp $ + $Id: pa_string.h,v 1.115 2001/11/05 11:46:25 paf Exp $ */ #ifndef PA_STRING_H @@ -78,6 +78,7 @@ class Dictionary; - whether they are tainted or not, and the language which should be used to detaint them */ +#include "pa_pragma_pack_begin.h" class String : public Pooled { public: @@ -304,5 +305,6 @@ private: //disabled String& operator = (const String&) { return *this; } }; +#include "pa_pragma_pack_end.h" #endif