瀏覽代碼

compiler: add enumsymtable case to FindUnitSymtable helper

git-svn-id: trunk@15088 -
paul 15 年之前
父節點
當前提交
ff1520ab8b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/symtype.pas

+ 1 - 0
compiler/symtype.pas

@@ -227,6 +227,7 @@ implementation
                 exit;
               end;
             recordsymtable,
+            enumsymtable,
             localsymtable,
             parasymtable,
             ObjectSymtable :