sheepy

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

commit a1775a813e341290a28ade4c018a23333654bd67
parent 181cf62b9b105a429a166302b93ed9b4dad3f4ec
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon,  2 Nov 2020 21:12:11 +0100

remove stray letter in class template

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 @@ -58,7 +58,7 @@ struct { typ struct classTemplate classTemplatet;\n\ \n\ #define isOClassTemplate(obj) isOType(obj, \"classTemplate\")\n\ -#define isOClassTemplatetG isOClassTemplate\n\ +#define isOClassTemplateG isOClassTemplate\n\ \n\ /* for object inheriting classTemplate, cast to classTemplate to be able to use this class functions and generics*/\n\ #define cClassTemplate(self) ( (classTemplatet*) self )\n\