--- parser3/src/include/pa_request.h 2016/11/22 22:31:38 1.241 +++ parser3/src/include/pa_request.h 2016/11/29 14:32:32 1.243 @@ -8,7 +8,7 @@ #ifndef PA_REQUEST_H #define PA_REQUEST_H -#define IDENT_PA_REQUEST_H "$Id: pa_request.h,v 1.241 2016/11/22 22:31:38 moko Exp $" +#define IDENT_PA_REQUEST_H "$Id: pa_request.h,v 1.243 2016/11/29 14:32:32 moko Exp $" #include "pa_pool.h" #include "pa_hash.h" @@ -123,7 +123,7 @@ private: Array file_list; /// endless execute(execute(... preventing counter - uint anti_endless_execute_recoursion; + int anti_endless_execute_recoursion; ///@} @@ -253,8 +253,8 @@ public: return process(input_value).as_string(); } //@} - const String* get_method_filename(const Method* method); // execute.C - const String* get_used_filename(uint file_no); + const String* get_method_filespec(const Method* method); // execute.C + const String* get_used_filespec(uint file_no); /// appending string with it's languages inline void write(const String& astring) {