mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:29:38 +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
|
else
|
||||||
begin
|
begin
|
||||||
writeln('unknown: ',TSym(sym).typ);
|
//writeln('unknown: ',TSym(sym).typ);
|
||||||
|
internalerror(2016080501);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user