mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove @(require_results) on find_aux
This commit is contained in:
@@ -646,7 +646,6 @@ lmem_find :: proc(s1, s2: string) -> int {
|
|||||||
|
|
||||||
// find a pattern with in a haystack with an offset
|
// find a pattern with in a haystack with an offset
|
||||||
// allow_memfind will speed up simple searches
|
// allow_memfind will speed up simple searches
|
||||||
@(require_results)
|
|
||||||
find_aux :: proc(
|
find_aux :: proc(
|
||||||
haystack: string,
|
haystack: string,
|
||||||
pattern: string,
|
pattern: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user