diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-22 19:07:45 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-22 19:07:45 +0100 |
| commit | 53294fa97e1f175f4e8700ffc00ff49909ef31f1 (patch) | |
| tree | a146213445d0c987b36293bee21bcc87ac5397ce /include/CompilerKit/Detail/Config.h | |
| parent | cee25e12b344b02f2057fcc64aed59fffd2c22bc (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Detail/Config.h')
| -rw-r--r-- | include/CompilerKit/Detail/Config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/CompilerKit/Detail/Config.h b/include/CompilerKit/Detail/Config.h index 651904e..14d4fd0 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,10 @@ inline bool install_signal(Int32 signal, void (*handler)(int)) noexcept { return true; } + } // namespace CompilerKit +/// @brief This function is for internal uses only, do not call it without a wrapper! +CK_IMPORT_C bool NectarCheckFrontend(CompilerKit::STLString& input); + #endif // __COMPILERKIT_CONFIG_H__ |
