summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-08 09:16:31 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-08 09:16:31 +0200
commit22d10f3c61959827bb634c9fe25a85ead891d59d (patch)
tree59e04586a4e4e96163454e6949991260e7bf11bc /dev/LibC++
parent5563e156b8fe751d72f983531572ffdd324d8671 (diff)
refactor! Breaking changes in LibCompiler, see details.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibC++')
-rw-r--r--dev/LibC++/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibC++/defines.h b/dev/LibC++/defines.h
index c0459ac..521601f 100644
--- a/dev/LibC++/defines.h
+++ b/dev/LibC++/defines.h
@@ -60,7 +60,7 @@ typedef char* caddr_t;
#endif
#define __alloca alloca
#else
-#warning ! alloca not detected !
+#warning !! alloca not detected !!
#endif
typedef long long off_t;