浏览代码

Remove `@(require_results)` on `find_aux`

gingerBill 6 天之前
父节点
当前提交
787c3a7298
共有 1 个文件被更改,包括 0 次插入1 次删除
  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
 // 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,