mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* added missing addoptn
This commit is contained in:
parent
cac56fc13e
commit
00a1168246
@ -118,6 +118,7 @@ interface
|
||||
arrayconstructorn, {Construction node for [...] parsing}
|
||||
arrayconstructorrangen, {Range element to allow sets in array construction tree}
|
||||
{ added for optimizations where we cannot suppress }
|
||||
addoptn,
|
||||
nothingn,
|
||||
loadvmtn
|
||||
);
|
||||
@ -829,7 +830,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.12 2001-01-01 11:38:45 peter
|
||||
Revision 1.13 2001-01-13 00:08:09 peter
|
||||
* added missing addoptn
|
||||
|
||||
Revision 1.12 2001/01/01 11:38:45 peter
|
||||
* forgot to remove node.inc and nodeh.inc that were merged into node.pas
|
||||
already.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user