--- parser3/src/include/pa_array.h 2001/05/16 16:48:56 1.39 +++ parser3/src/include/pa_array.h 2001/05/17 10:22:24 1.41 @@ -5,14 +5,13 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_array.h,v 1.39 2001/05/16 16:48:56 parser Exp $ + $Id: pa_array.h,v 1.41 2001/05/17 10:22:24 parser Exp $ */ #ifndef PA_ARRAY_H #define PA_ARRAY_H -#include - +#include "pa_config_includes.h" #include "pa_pool.h" #include "pa_types.h" #include "pa_string.h" @@ -174,7 +173,6 @@ private: bool chunk_is_full() { return append_here == link_row; } - int expand_times; void expand(int chunk_rows); private: //disabled