/[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.25 by hilfinger, Mon May 13 00:27:26 2002 UTC revision 1.26 by hilfinger, Mon May 20 22:56:53 2002 UTC
# Line 332  b4_token_defines(b4_tokens) Line 332  b4_token_defines(b4_tokens)
332  #define YYUNDEFTOK  b4_undef_token_number  #define YYUNDEFTOK  b4_undef_token_number
333  #define YYMAXUTOK   b4_user_token_number_max  #define YYMAXUTOK   b4_user_token_number_max
334    
 typedef b4_uint_type(b4_translate_max) yy_token_number_type;  
335  #define YYTRANSLATE(X) \  #define YYTRANSLATE(X) \
336    ((unsigned)(X) <= YYMAXUTOK ? yytranslate[[X]] : YYUNDEFTOK)    ((unsigned)(X) <= YYMAXUTOK ? yytranslate[[X]] : YYUNDEFTOK)
337    
338  /* YYTRANSLATE[[YYLEX]] -- Bison symbol number corresponding to YYLEX.  */  /* YYTRANSLATE[[YYLEX]] -- Bison symbol number corresponding to YYLEX.  */
339  static const yy_token_number_type yytranslate[[]] =  static const b4_uint_type(b4_translate_max) yytranslate[[]] =
340  {  {
341    b4_translate    b4_translate
342  };  };
# Line 379  static const short yytoknum[[]] = Line 378  static const short yytoknum[[]] =
378  };  };
379    
380  /* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives.  */  /* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives.  */
381  static const yy_token_number_type yyr1[[]] =  static const b4_uint_type(b4_r1_max) yyr1[[]] =
382  {  {
383    b4_r1    b4_r1
384  };  };

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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