소스 검색

Fixed output of function names in errors.

woollybah 7 년 전
부모
커밋
aa3c0a0ae3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      decl.bmx

+ 2 - 0
decl.bmx

@@ -1742,6 +1742,8 @@ Type TBlockDecl Extends TScopeDecl
 
 	Method ToString:String()
 		Select blockType
+			Case BLOCK_FUNCTION
+				Return Super.ToString()
 			Case BLOCK_OTHER
 				Return "TBlockDecl:Other"
 			Case BLOCK_LOOP