ezelkow1 commented on a change in pull request #7716:
URL: https://github.com/apache/trafficserver/pull/7716#discussion_r616197632
##########
File path: lib/tsconfig/TsConfigGrammar.c
##########
@@ -71,6 +71,7 @@
# include "TsConfigParseEvents.h"
# include "tscore/ink_defs.h"
+# include "TsConfigGrammar.h"
// Types we need for the lexer.
Review comment:
In file included from TsBuilder.cc:27:
./TsConfigGrammar.hpp:21:16: error: ISO C++ forbids forward references to
'enum' types
typedef enum yytokentype yytoken_kind_t;
^
1 error generated.
gmake[3]: *** [Makefile:826: TsBuilder.lo] Error 1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]