mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* Typo
This commit is contained in:
parent
5de754a2a1
commit
8bea12a84d
@ -2425,7 +2425,7 @@ implementation
|
||||
if assigned(pointertype.def.typesym) then
|
||||
begin
|
||||
if assigned(typesym) then
|
||||
st := ttypesym(typesym).name;
|
||||
st := ttypesym(typesym).name
|
||||
else
|
||||
st := ' ';
|
||||
asmlist.concat(Tai_stabs.create(stabstr_evaluate(
|
||||
@ -6185,7 +6185,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.208 2004-01-26 19:43:49 daniel
|
||||
Revision 1.209 2004-01-26 19:54:42 daniel
|
||||
* Typo
|
||||
|
||||
Revision 1.208 2004/01/26 19:43:49 daniel
|
||||
* Try to recude stack usage of Tpointerdef.concatstabsto
|
||||
|
||||
Revision 1.207 2004/01/26 16:12:28 daniel
|
||||
|
Loading…
Reference in New Issue
Block a user