diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 15:47:44 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 15:49:18 -0500 |
| commit | bcc6100941117dc84fb9ece3812da340d96c61a6 (patch) | |
| tree | d27a97e5a4a8cfa6bfdb3688c2be0183f69e3fbd /src/CompilerKit/AST.h | |
| parent | f7930b3a1279922cf9e6e75e651fe9b5df247bc6 (diff) | |
chore! reworked source code to exclude `Bool`, `Boolean`, and `nullPtr` macros.
fix: ErrorOr: Return `Ref<T>&` when using Leak.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/AST.h')
| -rw-r--r-- | src/CompilerKit/AST.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompilerKit/AST.h b/src/CompilerKit/AST.h index fb38ac8..2489176 100644 --- a/src/CompilerKit/AST.h +++ b/src/CompilerKit/AST.h @@ -95,7 +95,7 @@ struct SyntaxLeafList final { /// \param needle the string we search for. /// \return if we found it or not. /// =========================================================== /// -Bool find_word(STLString haystack, STLString needle) noexcept; +bool find_word(STLString haystack, STLString needle) noexcept; /// =========================================================== /// /// find a word within strict conditions and returns a range of it. |
