sheepy

build system (sheepy) and package manager (spm) for C
git clone https://spartatek.se/git/sheepy.git
Log | Files | Refs | README | LICENSE

commit 181cf62b9b105a429a166302b93ed9b4dad3f4ec
parent 37f232fc5ddb6b0af927e78ea6491f4231912647
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 31 Oct 2020 14:00:26 +0100

change print message in class template C file

src/sheepy.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Msrc/sheepy.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sheepy.h b/src/sheepy.h @@ -301,7 +301,7 @@ local void finishClassTemplate(classTemplatet **self) {\n\ \n\ register u64 rsp asm(\"rsp\");\n\ if ((u64)*self > rsp) {\n\ - logW(\"Probably trying to free a smallArray on stack: \"BLD\"%p\"RST\" sp: \"BLD\"%p\"RST, *self, rsp);\n\ + logW(\"Probably trying to free a classTemplate on stack: \"BLD\"%p\"RST\" sp: \"BLD\"%p\"RST, *self, rsp);\n\ logBtrace;\n\ }\n\ else {\n\