diff options
Diffstat (limited to 'src/MoonP/moon_compiler.h')
-rw-r--r-- | src/MoonP/moon_compiler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MoonP/moon_compiler.h b/src/MoonP/moon_compiler.h index 37a79bf..cb57d57 100644 --- a/src/MoonP/moon_compiler.h +++ b/src/MoonP/moon_compiler.h | |||
@@ -17,7 +17,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI | |||
17 | 17 | ||
18 | namespace MoonP { | 18 | namespace MoonP { |
19 | 19 | ||
20 | const std::string_view version(); | 20 | extern const std::string_view version; |
21 | extern const std::string_view extension; | ||
21 | 22 | ||
22 | struct MoonConfig { | 23 | struct MoonConfig { |
23 | bool lintGlobalVariable = false; | 24 | bool lintGlobalVariable = false; |