Skip to content
Snippets Groups Projects
Commit 02d1b48a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr xax include

parent b15a4564
No related branches found
No related tags found
No related merge requests found
BUILT_SOURCES = xax_yacc.h # otherwise we cannot include it into flex
BUILT_SOURCES = xax_yacc.hpp # otherwise we cannot include it into flex
AM_YFLAGS = -d -p xax # options passed to yacc
AM_LFLAGS = -Pxax -olex.yy.c # options passed to lex
......
......@@ -281,7 +281,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
BUILT_SOURCES = xax_yacc.h # otherwise we cannot include it into flex
BUILT_SOURCES = xax_yacc.hpp # otherwise we cannot include it into flex
AM_YFLAGS = -d -p xax # options passed to yacc
AM_LFLAGS = -Pxax -olex.yy.c # options passed to lex
frida_SOURCES = \
......
......@@ -22,7 +22,7 @@ using namespace std;
#include "reg.hpp"
#include "var.hpp"
#include "expr.hpp"
#include "xax_yacc.h"
#include "xax_yacc.hpp"
// xaxtype must also be declared in xax_yacc
struct xaxtype {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment