Sfoglia il codice sorgente

Remove `@(require_results)` on `find_aux`

gingerBill 5 giorni fa
parent
commit
787c3a7298
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      core/text/match/strlib.odin

+ 0 - 1
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,