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.
 
 
 
 
 
 

52 lines
1.4 KiB

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