Diff for /parser3/src/main/compile.y between versions 1.204.2.5 and 1.204.2.6

version 1.204.2.5, 2003/01/31 16:05:58 version 1.204.2.6, 2003/02/04 09:44:27
Line 1321  static int real_yyerror(parse_control *p Line 1321  static int real_yyerror(parse_control *p
   
 static void yyprint(FILE *file, int type, YYSTYPE value) {  static void yyprint(FILE *file, int type, YYSTYPE value) {
         if(type==STRING)          if(type==STRING)
                 fprintf(file, " \"%s\"", LA2S(*value)->cstr());                  fprintf(file, " \"%s\"", LA2S(*value)->cstr().get());
 }  }

Removed from v.1.204.2.5  
changed lines
  Added in v.1.204.2.6


E-mail: