summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++
diff options
context:
space:
mode:
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;