diff options
author | YamaArashi <shadow962@live.com> | 2016-06-09 01:32:19 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-09 01:32:19 -0700 |
commit | a37de9f76364f3ed95c49ca1417ee01cd4d617b1 (patch) | |
tree | c8039e8fc47394076faad856abb859c5bb39fcf3 /tools/preproc/asm_file.h | |
parent | 54c60e33cb69514228f4bfb3d65b2668c824e449 (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.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); |