Source code of Windows XP (NT5)
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.

35 lines
723 B

  1. /yynewerror:/d
  2. /yyerrlab:/d
  3. /++yynerrs;/d
  4. /int yydebug;/d
  5. /int yynerrs;/d
  6. /int yyerrflag;/d
  7. /int yychar;/d
  8. /short \*yyssp;/d
  9. /YYSTYPE \*yyvsp;/d
  10. /YYSTYPE yyval;/d
  11. /YYSTYPE yylval;/d
  12. /short yyss\[YYSTACKSIZE\];/d
  13. /YYSTYPE yyvs\[YYSTACKSIZE\];/d
  14. s/yyparse()/AdlStatement::ParseAdl(const WCHAR *szInput)/g
  15. s/yylex()/Lexer.NextToken(\&yylval)/g
  16. s/getenv()/getenv(const char *szName)/g
  17. /register int yym, yyn, yystate/a\
  18. \
  19. int yydebug = 0;\
  20. int yynerrs;\
  21. int yyerrflag;\
  22. int yychar;\
  23. short *yyssp;\
  24. YYSTYPE *yyvsp;\
  25. YYSTYPE yyval;\
  26. YYSTYPE yylval;\
  27. short yyss[YYSTACKSIZE];\
  28. YYSTYPE yyvs[YYSTACKSIZE];\
  29. AdlLexer Lexer(szInput, this, _pControl->pLang);\
  30. /\#if YYDEBUG/,/\#endif/d