--- parser3/src/include/pa_request.h 2002/09/18 12:40:38 1.149 +++ parser3/src/include/pa_request.h 2002/09/21 12:36:10 1.151 @@ -8,7 +8,7 @@ #ifndef PA_REQUEST_H #define PA_REQUEST_H -static const char* IDENT_REQUEST_H="$Date: 2002/09/18 12:40:38 $"; +static const char* IDENT_REQUEST_H="$Date: 2002/09/21 12:36:10 $"; #include "pa_pool.h" #include "pa_hash.h" @@ -322,7 +322,8 @@ private: // execute.C /// for @main[] const String *execute_virtual_method(Value& aself, const String& method_name); - Value *get_element(const String *& remember_name, bool can_call_operator); + Value *get_element(const String *& remember_name, + bool can_call_operator, bool should_explode_junction=false/*there's only one place when true*/); private: // defaults