diff options
Diffstat (limited to 'tools/preproc/asm_file.h')
-rw-r--r-- | tools/preproc/asm_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/preproc/asm_file.h b/tools/preproc/asm_file.h index c0aba878d..d73b36e90 100644 --- a/tools/preproc/asm_file.h +++ b/tools/preproc/asm_file.h @@ -42,6 +42,7 @@ public: AsmFile(const AsmFile&) = delete; ~AsmFile(); Directive GetDirective(); + std::string GetGlobalLabel(); std::string ReadPath(); int ReadString(unsigned char* s); int ReadBraille(unsigned char* s); |