--- parser3/src/main/pa_dictionary.C 2003/11/20 16:34:26 1.20 +++ parser3/src/main/pa_dictionary.C 2005/08/05 13:03:01 1.22.14.1 @@ -1,11 +1,11 @@ /** @file Parser: dictionary class impl. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_DICTIONARY_C="$Date: 2003/11/20 16:34:26 $"; +static const char * const IDENT_DICTIONARY_C="$Date: 2005/08/05 13:03:01 $"; #include "pa_dictionary.h" #include "pa_exception.h" @@ -61,7 +61,7 @@ static bool starts(Dictionary::Subst sub } Dictionary::Subst Dictionary::first_that_begins(const char* str) const { First_that_begins_info info; - if(info.line=starting_line_of[(unsigned char)*str]) { + if((info.line=starting_line_of[(unsigned char)*str])) { info.str=str; return substs.first_that(starts, &info); } else