mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
- commented out an unused field in tokenrec
This commit is contained in:
parent
676fe2fee3
commit
57339cbf1c
@ -227,7 +227,8 @@ type
|
|||||||
special : boolean;
|
special : boolean;
|
||||||
keyword : tmodeswitch;
|
keyword : tmodeswitch;
|
||||||
op : ttoken;
|
op : ttoken;
|
||||||
encoded : longint;
|
{ unused currently? (JM)
|
||||||
|
encoded : longint; }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
ttokenarray=array[ttoken] of tokenrec;
|
ttokenarray=array[ttoken] of tokenrec;
|
||||||
@ -478,10 +479,16 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 2001-05-04 15:52:04 florian
|
Revision 1.10 2001-05-06 17:12:43 jonas
|
||||||
|
- commented out an unused field in tokenrec
|
||||||
|
|
||||||
|
Revision 1.9 2001/05/04 15:52:04 florian
|
||||||
* some Delphi incompatibilities fixed:
|
* some Delphi incompatibilities fixed:
|
||||||
|
|
||||||
- out, dispose and new can be used as idenfiers now
|
- out, dispose and new can be used as idenfiers now
|
||||||
|
|
||||||
- const p = apointerype(nil); is supported now
|
- const p = apointerype(nil); is supported now
|
||||||
|
|
||||||
+ support for const p = apointertype(pointer(1234)); added
|
+ support for const p = apointertype(pointer(1234)); added
|
||||||
|
|
||||||
Revision 1.8 2001/03/22 22:35:43 florian
|
Revision 1.8 2001/03/22 22:35:43 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user