Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
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
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gmsh
gmsh
Commits
42c9276c
There was a problem fetching the pipeline summary.
Commit
42c9276c
authored
8 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
make sure to undefine "register" (c++11 compatibility)
parent
226762b5
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Parser/Gmsh.l
+4
-0
4 additions, 0 deletions
Parser/Gmsh.l
Parser/Gmsh.yy.cpp
+260
-256
260 additions, 256 deletions
Parser/Gmsh.yy.cpp
with
264 additions
and
256 deletions
Parser/Gmsh.l
+
4
−
0
View file @
42c9276c
...
...
@@ -63,6 +63,10 @@ void skipline(void);
#define YY_NO_UNISTD_H
#endif
// undefine register for C++11 compatibility of files generated with old
// versions of flex/bison
#define register
%}
alpha [a-zA-Z\_]
...
...
This diff is collapsed.
Click to expand it.
Parser/Gmsh.yy.cpp
+
260
−
256
View file @
42c9276c
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