Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-flatbuffers
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
fuchsia-mirror
fuchsia.googlesource.com-third_party-flatbuffers
Commits
020012e6
Commit
020012e6
authored
7 years ago
by
Wouter van Oortmerssen
Browse files
Options
Downloads
Patches
Plain Diff
Fixed native_include not requiring a ; terminator.
Change-Id: Ic4f49e94c67ba23f07e5ba7e87ca94e8db5d5906 Tested: on Linux.
parent
f431a965
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/idl_parser.cpp
+1
-0
1 addition, 0 deletions
src/idl_parser.cpp
with
1 addition
and
0 deletions
src/idl_parser.cpp
+
1
−
0
View file @
020012e6
...
...
@@ -2273,6 +2273,7 @@ CheckedError Parser::DoParse(const char *source, const char **include_paths,
NEXT
();
vector_emplace_back
(
&
native_included_files_
,
attribute_
);
EXPECT
(
kTokenStringConstant
);
EXPECT
(
';'
);
}
else
if
(
IsIdent
(
"include"
)
||
(
opts
.
proto_mode
&&
IsIdent
(
"import"
)))
{
NEXT
();
if
(
opts
.
proto_mode
&&
attribute_
==
"public"
)
NEXT
();
...
...
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