diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-24 17:11:15 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-24 17:25:33 +0100 |
| commit | 34e82c2ecbbdc0aa3e9bc9937b8187580952ed11 (patch) | |
| tree | fe17e055c7d6cc8016dcd722fd3f244362153b83 /include/CompilerKit/Detail/PreConfig.h | |
| parent | 97868f338a02ad5acd8049f0ba0474d330e11877 (diff) | |
chore: wip: Inner calls (aka stubs in Nectar)
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Detail/PreConfig.h')
| -rw-r--r-- | include/CompilerKit/Detail/PreConfig.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/CompilerKit/Detail/PreConfig.h b/include/CompilerKit/Detail/PreConfig.h index a3d14a5..acc094f 100644 --- a/include/CompilerKit/Detail/PreConfig.h +++ b/include/CompilerKit/Detail/PreConfig.h @@ -48,9 +48,9 @@ #include <time.h> #include <unistd.h> #include <cassert> +#include <filesystem> #include <fstream> #include <string> -#include <filesystem> #ifdef __linux__ #define isnumber isdigit @@ -89,8 +89,7 @@ #define kObjectFileExt ".obj" #define kBinaryFileExt ".bin" -#define kAsmFileExts \ - { ".64x", ".32x", ".masm", ".s", ".S", ".asm", ".x64" } +#define kAsmFileExts {".64x", ".32x", ".masm", ".s", ".S", ".asm", ".x64"} #define kAsmFileExtsMax (7U) |
