|
|
| version 1.191, 2009/07/07 05:47:43 | version 1.192, 2009/07/07 12:16:13 |
|---|---|
| Line 163 static void _process(Request& r, MethodP | Line 163 static void _process(Request& r, MethodP |
| "no target class"); | "no target class"); |
| // temporary remove language change | // temporary remove language change |
| Temp_lang temp_lang(r, String::L_PASS_APPENDED); | Temp_lang temp_lang(r, String::L_PARSER_CODE); |
| // temporary zero @main so to maybe-replace it in processed code | // temporary zero @main so to maybe-replace it in processed code |
| Temp_method temp_method_main(*target_class, main_method_name, 0); | Temp_method temp_method_main(*target_class, main_method_name, 0); |
| // temporary zero @auto so it wouldn't be auto-called in Request::use_buf | // temporary zero @auto so it wouldn't be auto-called in Request::use_buf |