Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Lorensen
VTK
Commits
75745365
Commit
75745365
authored
Mar 20, 2012
by
Dave DeMarle
Browse files
Merge branch 'bug-string-wrapping-rel' into release
Change-Id: I31fa3c7c267cce709a0ad44ca6ba09af2592caa7
parents
bc2c8f4e
e46fcca5
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Wrapping/lex.yy.c
View file @
75745365
This diff is collapsed.
Click to expand it.
Wrapping/vtkParse.l
View file @
75745365
...
...
@@ -406,7 +406,7 @@ static int pop_buffer();
yylval.str = vtkstrndup(yytext, yyleng);
return(ISTREAM); }
("vtkStdString"|("vtkstd::"|"std::")?"string"
\
[^a-zA-Z_]
)
{
("vtkStdString"|("vtkstd::"|"std::")?"string"
)/
[^a-zA-Z
0-9
_] {
yylval.str = vtkstrndup(yytext, yyleng);
return(StdString); }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment