Diff for /parser3/src/main/compile.y between versions 1.186 and 1.186.2.1

version 1.186, 2002/04/18 11:41:29 version 1.186.2.1, 2002/05/07 07:23:10
Line 107  static int yylex(YYSTYPE *lvalp, void *p Line 107  static int yylex(YYSTYPE *lvalp, void *p
 all:   all: 
         one_big_piece {          one_big_piece {
         Method& method=*NEW Method(POOL,           Method& method=*NEW Method(POOL, 
                 *main_method_name,                   PC.request->main_method_name, 
                 Method::CT_ANY,                  Method::CT_ANY,
                 0, 0, /*min, max numbered_params_count*/                  0, 0, /*min, max numbered_params_count*/
                 0/*param_names*/, 0/*local_names*/,                   0/*param_names*/, 0/*local_names*/, 
                 $1/*parser_code*/, 0/*native_code*/);                  $1/*parser_code*/, 0/*native_code*/);
         PC.cclass->add_method(*main_method_name, method);          PC.cclass->add_method(PC.request->main_method_name, method);
 }  }
 |       methods;  |       methods;
   

Removed from v.1.186  
changed lines
  Added in v.1.186.2.1


E-mail: