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.h1
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);