This commit is contained in:
daniel 2004-01-26 19:54:42 +00:00
parent 5de754a2a1
commit 8bea12a84d

View File

@ -2425,7 +2425,7 @@ implementation
if assigned(pointertype.def.typesym) then if assigned(pointertype.def.typesym) then
begin begin
if assigned(typesym) then if assigned(typesym) then
st := ttypesym(typesym).name; st := ttypesym(typesym).name
else else
st := ' '; st := ' ';
asmlist.concat(Tai_stabs.create(stabstr_evaluate( asmlist.concat(Tai_stabs.create(stabstr_evaluate(
@ -6185,7 +6185,10 @@ implementation
end. end.
{ {
$Log$ $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 * Try to recude stack usage of Tpointerdef.concatstabsto
Revision 1.207 2004/01/26 16:12:28 daniel Revision 1.207 2004/01/26 16:12:28 daniel