We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d00df commit c73e35dCopy full SHA for c73e35d
src/parser/seclang-parser.hh
@@ -32,7 +32,7 @@
32
33
34
/**
35
- ** \file seclang-parser.tab.hh
+ ** \file y.tab.h
36
** Define the yy::parser class.
37
*/
38
@@ -42,8 +42,8 @@
42
// especially those whose name start with YY_ or yy_. They are
43
// private implementation details that can be changed or removed.
44
45
-#ifndef YY_YY_SECLANG_PARSER_TAB_HH_INCLUDED
46
-# define YY_YY_SECLANG_PARSER_TAB_HH_INCLUDED
+#ifndef YY_YY_SECLANG_PARSER_HH_INCLUDED
+# define YY_YY_SECLANG_PARSER_HH_INCLUDED
47
// "%code requires" blocks.
48
#line 10 "seclang-parser.yy"
49
@@ -8892,4 +8892,4 @@ switch (yykind)
8892
8893
8894
8895
-#endif // !YY_YY_SECLANG_PARSER_TAB_HH_INCLUDED
+#endif // !YY_YY_SECLANG_PARSER_HH_INCLUDED
0 commit comments