diff options
Diffstat (limited to 'tools/preproc/c_file.h')
-rw-r--r-- | tools/preproc/c_file.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/preproc/c_file.h b/tools/preproc/c_file.h index b6041cc00..1a2573839 100644 --- a/tools/preproc/c_file.h +++ b/tools/preproc/c_file.h @@ -42,6 +42,10 @@ private: long m_lineNum; std::string m_filename; + bool ConsumeHorizontalWhitespace(); + bool ConsumeNewline(); + void SkipWhitespace(); + void TryConvertString(); void ReportDiagnostic(const char* type, const char* format, std::va_list args); void RaiseError(const char* format, ...); void RaiseWarning(const char* format, ...); |