From 13cd2a41f03ca56f45cab6769cb2738070cc5cf2 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sat, 30 Oct 2021 16:19:10 -0400 Subject: Better braille support --- tools/preproc/asm_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/preproc/asm_file.h') diff --git a/tools/preproc/asm_file.h b/tools/preproc/asm_file.h index d73b36e90..29435f76a 100644 --- a/tools/preproc/asm_file.h +++ b/tools/preproc/asm_file.h @@ -67,6 +67,7 @@ private: void ReportDiagnostic(const char* type, const char* format, std::va_list args); void RaiseError(const char* format, ...); void RaiseWarning(const char* format, ...); + void VerifyStringLength(int length); }; #endif // ASM_FILE_H -- cgit v1.2.3