From a7b7a7d499578660be897313b30a13963cc9ffd5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 22 Aug 2025 15:30:07 +0200 Subject: feat: Update header guards and add new alias for StringKit. Signed-off-by: Amlal El Mahrouss --- dev/CompilerKit/StringKit.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dev/CompilerKit/StringKit.h') diff --git a/dev/CompilerKit/StringKit.h b/dev/CompilerKit/StringKit.h index 18b3ad8..fce1e04 100644 --- a/dev/CompilerKit/StringKit.h +++ b/dev/CompilerKit/StringKit.h @@ -7,7 +7,8 @@ * ======================================================== */ -#pragma once +#ifndef __NECTI_STRINGKIT__ +#define __NECTI_STRINGKIT__ #include #include @@ -80,4 +81,8 @@ struct StringBuilder final { }; using BasicStringOr = ErrorOr; +using BasicStringPtr = BasicString*; +using BasicStringRef = Ref; } // namespace CompilerKit + +#endif /* ifndef __NECTI_STRINGKIT__ */ \ No newline at end of file -- cgit v1.2.3