summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/Detail/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CompilerKit/Detail/Config.h')
-rw-r--r--include/CompilerKit/Detail/Config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/CompilerKit/Detail/Config.h b/include/CompilerKit/Detail/Config.h
index 651904e..3693754 100644
--- a/include/CompilerKit/Detail/Config.h
+++ b/include/CompilerKit/Detail/Config.h
@@ -16,6 +16,7 @@
#include <ocl/tproc.hpp>
namespace CompilerKit {
+
inline static constexpr int kBaseYear = 1900;
using STLString = std::string;
using RopeString = ocl::tproc::crope;
@@ -63,6 +64,7 @@ inline bool install_signal(Int32 signal, void (*handler)(int)) noexcept {
return true;
}
+
} // namespace CompilerKit
#endif // __COMPILERKIT_CONFIG_H__