summaryrefslogtreecommitdiff
path: root/tools/scaninc/c_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scaninc/c_file.h')
-rw-r--r--tools/scaninc/c_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scaninc/c_file.h b/tools/scaninc/c_file.h
index 38b10f04e..618901b85 100644
--- a/tools/scaninc/c_file.h
+++ b/tools/scaninc/c_file.h
@@ -44,9 +44,9 @@ private:
std::set<std::string> m_incbins;
std::set<std::string> m_includes;
- void RemoveComments();
bool ConsumeHorizontalWhitespace();
bool ConsumeNewline();
+ bool ConsumeComment();
void SkipWhitespace();
bool CheckIdentifier(const std::string& ident);
void CheckInclude();