mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 17:40:00 +02:00
* generate an internal error when exporting an unknown symbol
- disable the debug output git-svn-id: trunk@34253 -
This commit is contained in:
parent
32a354fc26
commit
b079fed247
@ -203,7 +203,8 @@ implementation
|
||||
;
|
||||
else
|
||||
begin
|
||||
writeln('unknown: ',TSym(sym).typ);
|
||||
//writeln('unknown: ',TSym(sym).typ);
|
||||
internalerror(2016080501);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user