--- parser3/src/include/pa_table.h 2006/11/02 12:07:25 1.61 +++ parser3/src/include/pa_table.h 2012/03/16 09:24:11 1.64 @@ -1,14 +1,14 @@ /** @file Parser: table class decl. - Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_TABLE_H #define PA_TABLE_H -static const char * const IDENT_TABLE_H="$Date: 2006/11/02 12:07:25 $"; +#define IDENT_PA_TABLE_H "$Id: pa_table.h,v 1.64 2012/03/16 09:24:11 moko Exp $" #include "pa_types.h" #include "pa_hash.h" @@ -75,8 +75,8 @@ public: size_t saved_current=current(); size_t row=o.offset; if(o.reverse) { // reverse - for(size_t to=row-o.limit; row>=to; --row) { - set_current(row); + for(size_t i=0; inumber lookup table - typedef Hash name2number_hash_class; + typedef HashString name2number_hash_class; name2number_hash_class* name2number; /// is that @c index falid?