mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 12:49:17 +02:00
* give an internalerror if we try to write a tdef that doesn't belong to any
symtable to a ppufile git-svn-id: trunk@32065 -
This commit is contained in:
parent
9b310ea9b4
commit
b2144d1da0
@ -1865,6 +1865,8 @@ implementation
|
||||
buf : array[0..255] of byte;
|
||||
oldintfcrc : boolean;
|
||||
begin
|
||||
if defid<0 then
|
||||
internalerror(2015101401);
|
||||
ppufile.putlongint(DefId);
|
||||
ppufile.putderef(typesymderef);
|
||||
ppufile.putsmallset(defoptions);
|
||||
|
Loading…
Reference in New Issue
Block a user