[BACK]Return to simple.tab.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097

Diff for /OpenXM/src/k097/Attic/simple.tab.c between version 1.3 and 1.4

version 1.3, 2000/12/21 08:24:21 version 1.4, 2001/01/13 01:17:35
Line 708  static const short yycheck[] = {     0,
Line 708  static const short yycheck[] = {     0,
     86,    87,    88      86,    87,    88
 };  };
 /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */  /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
 #line 3 "/usr/share/misc/bison.simple"  #line 3 "/usr/local/share/bison.simple"
 /* This file comes from bison-1.28.  */  /* This file comes from bison-1.28.  */
   
 /* Skeleton output parser for bison,  /* Skeleton output parser for bison,
Line 922  __yy_memcpy (char *to, char *from, unsigned int count)
Line 922  __yy_memcpy (char *to, char *from, unsigned int count)
 #endif  #endif
 #endif  #endif
   
 #line 217 "/usr/share/misc/bison.simple"  #line 217 "/usr/local/share/bison.simple"
   
 /* The user can define YYPARSE_PARAM as the name of an argument to be passed  /* The user can define YYPARSE_PARAM as the name of an argument to be passed
    into yyparse.  The argument should have type void *.     into yyparse.  The argument should have type void *.
Line 1812  case 163:
Line 1812  case 163:
     break;}      break;}
 }  }
    /* the action file gets copied in in place of this dollarsign */     /* the action file gets copied in in place of this dollarsign */
 #line 543 "/usr/share/misc/bison.simple"  #line 543 "/usr/local/share/bison.simple"
   
   yyvsp -= yylen;    yyvsp -= yylen;
   yyssp -= yylen;    yyssp -= yylen;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>