summaryrefslogtreecommitdiff
path: root/tools/preproc/asm_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/preproc/asm_file.h')
-rw-r--r--tools/preproc/asm_file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/preproc/asm_file.h b/tools/preproc/asm_file.h
index f6bfe8a36..398c46a36 100644
--- a/tools/preproc/asm_file.h
+++ b/tools/preproc/asm_file.h
@@ -56,11 +56,11 @@ private:
std::string m_filename;
bool ConsumeComma();
- int ReadPadLength();
+ int ReadInteger(int maxValue);
void RemoveComments();
bool CheckForDirective(std::string name);
std::string ReadCharOrEscape();
- std::string ReadConstant();
+ std::string ReadBracketedConstants();
void SkipWhitespace();
void ExpectEmptyRestOfLine();
void ReportDiagnostic(const char* type, const char* format, std::va_list args);