--- parser3/src/include/pa_request.h 2001/03/10 16:34:35 1.32 +++ parser3/src/include/pa_request.h 2001/03/10 17:10:38 1.34 @@ -3,7 +3,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan - $Id: pa_request.h,v 1.32 2001/03/10 16:34:35 paf Exp $ + $Id: pa_request.h,v 1.34 2001/03/10 17:10:38 paf Exp $ */ #ifndef PA_REQUEST_H @@ -20,7 +20,6 @@ #define MAIN_METHOD_NAME "main" #define AUTO_METHOD_NAME "auto" #define RUN_CLASS_NAME "RUN" -#define AUTO_CLASS_NAME "AUTO" #define ROOT_CLASS_NAME "ROOT" #define ENV_CLASS_NAME "ENV" @@ -52,7 +51,9 @@ public: String *name=0, VClass *base_class=0, bool fail_on_read_problem=true); // core.C - Value& autocalc(Value& value, const String *name=0, + Value& autocalc( + Value& value, + const String *name=0, bool make_string=true); // execute.C void write(const String& astring) {