diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:05:49 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:05:49 +0000 |
| commit | e2fd426bdafe9f5c10066d3926ece6e342184a67 (patch) | |
| tree | bfbbb5fd38554e6b8988b7a217e9fd0623728d7d /ELF/ScriptLexer.h | |
| parent | 84c4061b34e048f47e5eb4fbabc1558495e8157c (diff) | |
Notes
Diffstat (limited to 'ELF/ScriptLexer.h')
| -rw-r--r-- | ELF/ScriptLexer.h | 1 |
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); |
