2
0
Эх сурвалжийг харах

Stop when we find a match. Fixes #393.

woollybah 6 жил өмнө
parent
commit
be74f0b2eb
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      decl.bmx

+ 2 - 0
decl.bmx

@@ -2259,6 +2259,8 @@ Type TFuncDecl Extends TBlockDecl
 					errorDetails = errorDetails.Trim()
 				EndIf
 			End If
+			
+			If found Exit
 		Next
 		Return found
 	End Method