/[bison]/bison/data/bison.simple
ViewVC logotype

Diff of /bison/data/bison.simple

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by eggert, Fri May 3 17:54:29 2002 UTC revision 1.23 by akim, Sun May 5 11:56:06 2002 UTC
# Line 347  static const yy_token_number_type yytran Line 347  static const yy_token_number_type yytran
347  #if YYDEBUG  #if YYDEBUG
348  /* YYPRHS[[YYN]] -- Index of the first RHS symbol of rule number YYN in  /* YYPRHS[[YYN]] -- Index of the first RHS symbol of rule number YYN in
349     YYRHS.  */     YYRHS.  */
350  static const short yyprhs[[]] =  static const b4_uint_type(b4_prhs_max) yyprhs[[]] =
351  {  {
352    b4_prhs    b4_prhs
353  };  };
354    
355  /* YYRHS -- A `-1'-separated list of the rules' RHS. */  /* YYRHS -- A `-1'-separated list of the rules' RHS. */
356  typedef b4_sint_type(b4_rhs_number_max) yyrhs_t;  static const b4_sint_type(b4_rhs_max) yyrhs[[]] =
 static const yyrhs_t yyrhs[[]] =  
357  {  {
358    b4_rhs    b4_rhs
359  };  };
360    
361  /* YYRLINE[[YYN]] -- source line where rule number YYN was defined.  */  /* YYRLINE[[YYN]] -- source line where rule number YYN was defined.  */
362  static const short yyrline[[]] =  static const b4_uint_type(b4_rline_max) yyrline[[]] =
363  {  {
364    b4_rline    b4_rline
365  };  };
# Line 388  static const yy_token_number_type yyr1[[ Line 387  static const yy_token_number_type yyr1[[
387  };  };
388    
389  /* YYR2[[YYN]] -- Number of symbols composing right hand side of rule YYN.  */  /* YYR2[[YYN]] -- Number of symbols composing right hand side of rule YYN.  */
390  static const short yyr2[[]] =  static const b4_uint_type(b4_r2_max) yyr2[[]] =
391  {  {
392    b4_r2    b4_r2
393  };  };

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26