mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:06:18 +02:00
- Removed troublesome writeln statement
This commit is contained in:
parent
3399057a27
commit
52dc65fe47
@ -2002,12 +2002,13 @@ implementation
|
|||||||
inherited InsertAfter(Item,Loc);
|
inherited InsertAfter(Item,Loc);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
begin
|
|
||||||
writeln(sizeof(toper));
|
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.73 2004-02-27 10:21:04 florian
|
Revision 1.74 2004-02-27 12:13:15 daniel
|
||||||
|
- Removed troublesome writeln statement
|
||||||
|
|
||||||
|
Revision 1.73 2004/02/27 10:21:04 florian
|
||||||
* top_symbol killed
|
* top_symbol killed
|
||||||
+ refaddr to treference added
|
+ refaddr to treference added
|
||||||
+ refsymbol to treference added
|
+ refsymbol to treference added
|
||||||
|
Loading…
Reference in New Issue
Block a user