summaryrefslogtreecommitdiff
path: root/tools/preproc/asm_file.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-09 01:32:19 -0700
committerYamaArashi <shadow962@live.com>2016-06-09 01:32:19 -0700
commita37de9f76364f3ed95c49ca1417ee01cd4d617b1 (patch)
treec8039e8fc47394076faad856abb859c5bb39fcf3 /tools/preproc/asm_file.h
parent54c60e33cb69514228f4bfb3d65b2668c824e449 (diff)
double-colon global labels in preproc; misc other stuff
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);