Преглед на файлове

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