You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
1.2 KiB

  1. /* Remap normal yacc names so we can have multiple parsers
  2. * see http://www.gnu.org/software/automake/manual/html_node/Yacc-and-Lex.html
  3. */
  4. #define yymaxdepth toc_yymaxdepth
  5. #define yyparse toc_yyparse
  6. #define yylex toc_yylex
  7. #define yyerror toc_yyerror
  8. #define yylval toc_yylval
  9. #define yychar toc_ychar
  10. #define yydebug toc_yydebug
  11. #define yypact toc_yypact
  12. #define yyr1 toc_yyr1
  13. #define yyr2 toc_yyr2
  14. #define yydef toc_yydef
  15. #define yychk toc_yychk
  16. #define yypgo toc_yypgo
  17. #define yyact toc_yyact
  18. #define yyexca toc_yyexca
  19. #define yyerrflag toc_yyerrflag
  20. #define yynerrs toc_yynerrs
  21. #define yyps toc_yyps
  22. #define yypv toc_yypv
  23. #define yys toc_yys
  24. #define yy_yys toc_yy_yys
  25. #define yystate toc_yystate
  26. #define yytmp toc_yytmp
  27. #define yyv toc_yyv
  28. #define yy_yyv toc_yy_yyv
  29. #define yyval toc_yyval
  30. #define yylloc toc_yylloc
  31. #define yyreds toc_yyreds
  32. #define yytoks toc_yytoks
  33. #define yylhs toc_yylhs
  34. #define yylen toc_yylen
  35. #define yydefred toc_yydefred
  36. #define yydgoto toc_yydgoto
  37. #define yysinde toc_yysindex
  38. #define yyrindex toc_yyrindex
  39. #define yygindex toc_yygindex
  40. #define yytable toc_yytable
  41. #define yycheck toc_yycheck
  42. #define yyname toc_yyname
  43. #define yyrule toc_yyrule