diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 16:48:25 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 16:48:25 -0500 |
| commit | 6decb96948f61b9a311467ecdb621a048fbcd3d6 (patch) | |
| tree | 247d8b92e42068b53e2ebbeccb21e31a545ecd30 /include/CompilerKit/Utilities/Compiler.h | |
| parent | 037ac38824623c13070384e8fc0e70c4770dcdbd (diff) | |
chore: CompilerKit breaking changes.v0.0.81
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Utilities/Compiler.h')
| -rw-r--r-- | include/CompilerKit/Utilities/Compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CompilerKit/Utilities/Compiler.h b/include/CompilerKit/Utilities/Compiler.h index bbca020..41b7771 100644 --- a/include/CompilerKit/Utilities/Compiler.h +++ b/include/CompilerKit/Utilities/Compiler.h @@ -28,7 +28,7 @@ #define kStdOut (std::cout << kRed << "drv: " << kWhite) #define kStdErr (std::cerr << kYellow << "drv: " << kWhite) - +#define kStdEndl std::endl #define kPrintF kStdOut #define kPrintErr kStdErr |
