K 10 svn:author V 3 pjd K 8 svn:date V 27 2010-08-05T19:08:54.715589Z K 7 svn:log V 367 Prepare configuration parsing code to be called multiple times: - Don't exit on errors if not requested. - Don't keep configuration in global variable, but allocate memory for configuration. - Call yyrestart() before yyparse() so that on error in configuration file we will start from the begining next time and not from the place we left of. MFC after: 1 month END