+ ignore rtti syms in dwarf

git-svn-id: trunk@2368 -
This commit is contained in:
florian 2006-01-28 23:40:54 +00:00
parent 3fad2d3c72
commit 2b059f925f

View File

@ -1331,6 +1331,9 @@ implementation
enumsym :
{ ignore enum syms, they are written by the owner }
;
rttisym :
{ ignore rtti syms, they are only of internal use }
;
else
internalerror(200601242);
end;