summaryrefslogtreecommitdiff
path: root/ELF/ScriptLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ELF/ScriptLexer.h')
-rw-r--r--ELF/ScriptLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ELF/ScriptLexer.h b/ELF/ScriptLexer.h
index e7c8b28e49fd..fc6b5b1008a7 100644
--- a/ELF/ScriptLexer.h
+++ b/ELF/ScriptLexer.h
@@ -29,6 +29,7 @@ public:
bool atEOF();
StringRef next();
StringRef peek();
+ StringRef peek2();
void skip();
bool consume(StringRef Tok);
void expect(StringRef Expect);