Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynare
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Pfeifer
dynare
Commits
0c40ba04
Commit
0c40ba04
authored
11 years ago
by
MichelJuillard
Browse files
Options
Downloads
Patches
Plain Diff
making dynare++ code compatible with Bison 2.7. Fixes #461
parent
c9edb8d2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dynare++/parser/cc/csv_parser.cpp
+1
-1
1 addition, 1 deletion
dynare++/parser/cc/csv_parser.cpp
dynare++/parser/cc/formula_parser.cpp
+1
-1
1 addition, 1 deletion
dynare++/parser/cc/formula_parser.cpp
dynare++/parser/cc/matrix_parser.cpp
+1
-1
1 addition, 1 deletion
dynare++/parser/cc/matrix_parser.cpp
with
3 additions
and
3 deletions
dynare++/parser/cc/csv_parser.cpp
+
1
−
1
View file @
0c40ba04
...
...
@@ -14,7 +14,7 @@ CSVParser* csv_parser;
* csv_tab.cc generated from csv.lex and csv.y. */
void
*
csv__scan_buffer
(
char
*
,
unsigned
int
);
void
csv__destroy_buffer
(
void
*
);
void
csv_parse
();
int
csv_parse
();
extern
ogp
::
location_type
csv_lloc
;
...
...
This diff is collapsed.
Click to expand it.
dynare++/parser/cc/formula_parser.cpp
+
1
−
1
View file @
0c40ba04
...
...
@@ -110,7 +110,7 @@ FormulaParser* fparser;
* formula_tab.cc generated from formula.lex and formula.y */
void
*
fmla__scan_buffer
(
char
*
,
size_t
);
void
fmla__destroy_buffer
(
void
*
);
void
fmla_parse
();
int
fmla_parse
();
extern
location_type
fmla_lloc
;
/** This makes own copy of provided data, sets the buffer for the
...
...
This diff is collapsed.
Click to expand it.
dynare++/parser/cc/matrix_parser.cpp
+
1
−
1
View file @
0c40ba04
...
...
@@ -18,7 +18,7 @@ MatrixParser* mparser;
* matrix_tab.cc generated from matrix.lex and matrix.y. */
void
*
matrix__scan_buffer
(
char
*
,
size_t
);
void
matrix__destroy_buffer
(
void
*
);
void
matrix_parse
();
int
matrix_parse
();
extern
ogp
::
location_type
matrix_lloc
;
void
MatrixParser
::
parse
(
int
length
,
const
char
*
stream
)
...
...
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