Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coenen, Joachim
Frida
Commits
02d1b48a
Commit
02d1b48a
authored
11 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
corr xax include
parent
b15a4564
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pub/src/Makefile.am
+1
-1
1 addition, 1 deletion
pub/src/Makefile.am
pub/src/Makefile.in
+1
-1
1 addition, 1 deletion
pub/src/Makefile.in
pub/src/xax_lex.lpp
+1
-1
1 addition, 1 deletion
pub/src/xax_lex.lpp
with
3 additions
and
3 deletions
pub/src/Makefile.am
+
1
−
1
View file @
02d1b48a
BUILT_SOURCES
=
xax_yacc.h
# otherwise we cannot include it into flex
BUILT_SOURCES
=
xax_yacc.h
pp
# 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
...
...
This diff is collapsed.
Click to expand it.
pub/src/Makefile.in
+
1
−
1
View file @
02d1b48a
...
...
@@ -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.h
pp
# 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
=
\
...
...
This diff is collapsed.
Click to expand it.
pub/src/xax_lex.lpp
+
1
−
1
View file @
02d1b48a
...
...
@@ -22,7 +22,7 @@ using namespace std;
#include "reg.hpp"
#include "var.hpp"
#include "expr.hpp"
#include "xax_yacc.h"
#include "xax_yacc.h
pp
"
// xaxtype must also be declared in xax_yacc
struct xaxtype {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment