mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 13:31:20 +02:00
* an alias is an explicit definition of a symbol -> override types gleaned
from implicit ones git-svn-id: trunk@31286 -
This commit is contained in:
parent
a58504990a
commit
6dcf61f057
@ -196,7 +196,7 @@ implementation
|
||||
ait_llvmalias:
|
||||
begin
|
||||
appenddef(deftypelist,taillvmalias(p).def);
|
||||
record_asmsym_def(taillvmalias(p).newsym,taillvmalias(p).def,false);
|
||||
record_asmsym_def(taillvmalias(p).newsym,taillvmalias(p).def,true);
|
||||
end;
|
||||
ait_llvmdecl:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user