--- parser3/src/include/pa_request.h 2001/03/08 13:13:39 1.18 +++ parser3/src/include/pa_request.h 2001/03/09 04:47:27 1.21 @@ -1,5 +1,5 @@ /* - $Id: pa_request.h,v 1.18 2001/03/08 13:13:39 paf Exp $ + $Id: pa_request.h,v 1.21 2001/03/09 04:47:27 paf Exp $ */ #ifndef PA_REQUEST_H @@ -50,19 +50,20 @@ private: // core data Hash fclasses; Array fclasses_array; - // contexts - Value *self, *root, *rcontext; - WContext *wcontext; - // execution stack Stack stack; public: void use(char *file, String *alias); // core.C - Value& autocalc(Value& value); // execute.C - void write(Value& avalue); // execute.C + Value& autocalc(Value& value, bool make_string=true); // execute.C + +public: + // contexts + Value *self, *root, *rcontext; + WContext *wcontext; + private: // core.C char *execute_MAIN();