--- parser3/src/include/pa_table.h 2002/04/22 14:11:28 1.43 +++ parser3/src/include/pa_table.h 2002/08/01 11:41:16 1.46 @@ -3,13 +3,13 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: pa_table.h,v 1.43 2002/04/22 14:11:28 paf Exp $ */ #ifndef PA_TABLE_H #define PA_TABLE_H +static const char* IDENT_TABLE_H="$Date: 2002/08/01 11:41:16 $"; + #include "pa_types.h" #include "pa_array.h" #include "pa_hash.h" @@ -85,7 +85,7 @@ private: const String *forigin_string; // column name->number lookup table - Hash name2number; + Hash& name2number; // current row int fcurrent;