Explorar el Código

compiler: add enumsymtable case to FindUnitSymtable helper

git-svn-id: trunk@15088 -
paul hace 15 años
padre
commit
ff1520ab8b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      compiler/symtype.pas

+ 1 - 0
compiler/symtype.pas

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