From 787c3a7298b5df1482ab1e916f8a5f11283e7fd4 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 7 Oct 2025 09:50:05 +0100 Subject: [PATCH] Remove `@(require_results)` on `find_aux` --- core/text/match/strlib.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/text/match/strlib.odin b/core/text/match/strlib.odin index bfb66ca5d..a711dc60c 100644 --- a/core/text/match/strlib.odin +++ b/core/text/match/strlib.odin @@ -646,7 +646,6 @@ lmem_find :: proc(s1, s2: string) -> int { // find a pattern with in a haystack with an offset // allow_memfind will speed up simple searches -@(require_results) find_aux :: proc( haystack: string, pattern: string,