mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 20:49:09 +02:00
* fixed too long line
This commit is contained in:
parent
86e21aef48
commit
a4fa957178
@ -146,7 +146,8 @@ implementation
|
||||
if (pvarsym(p^.symtableentry)^.properties and sp_static)<>0 then
|
||||
begin
|
||||
stringdispose(p^.location.reference.symbol);
|
||||
p^.location.reference.symbol:=stringdup(p^.symtableentry^.mangledname);
|
||||
p^.location.reference.symbol:=
|
||||
stringdup(p^.symtableentry^.mangledname);
|
||||
if p^.symtable^.defowner^.owner^.symtabletype=unitsymtable then
|
||||
concat_external(p^.symtableentry^.mangledname,EXT_NEAR);
|
||||
end
|
||||
@ -520,7 +521,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 1998-06-09 16:01:35 pierre
|
||||
Revision 1.4 1998-06-11 13:58:45 peter
|
||||
* fixed too long line
|
||||
|
||||
Revision 1.3 1998/06/09 16:01:35 pierre
|
||||
+ added procedure directive parsing for procvars
|
||||
(accepted are popstack cdecl and pascal)
|
||||
+ added C vars with the following syntax
|
||||
|
Loading…
Reference in New Issue
Block a user