Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(323)

Unified Diff: lily/include/keyword.hh

Issue 348990043: Issue 5415: Fix type-conversion warnings in parser and lexer (Closed)
Patch Set: response to feedback Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/include/input.hh ('k') | lily/input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/keyword.hh
diff --git a/lily/include/keyword.hh b/lily/include/keyword.hh
index 0f36fe812b2229bdbf951fdcf3844012b805ea68..8eb3b0f3c2e200943097c85988e30648976118c5 100644
--- a/lily/include/keyword.hh
+++ b/lily/include/keyword.hh
@@ -37,7 +37,7 @@ struct Keyword_table
vector<Keyword_ent> table_;
Keyword_table (Keyword_ent *);
- vsize lookup (char const *s) const;
+ int lookup (char const *s) const;
};
#endif // KEYWORD_HH
« no previous file with comments | « lily/include/input.hh ('k') | lily/input.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b