mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 04:58:32 +02:00
* tnamedindexobject._name should be never accessed direct! Use the
function name instead
This commit is contained in:
parent
fcd9a97bcb
commit
6bbd06b90c
@ -205,7 +205,7 @@
|
|||||||
{ only used or init defined macros are stored }
|
{ only used or init defined macros are stored }
|
||||||
if hp^.is_used or hp^.defined_at_startup then
|
if hp^.is_used or hp^.defined_at_startup then
|
||||||
begin
|
begin
|
||||||
current_ppu^.putstring(hp^._name^);
|
current_ppu^.putstring(hp^.name);
|
||||||
current_ppu^.putbyte(byte(hp^.defined_at_startup));
|
current_ppu^.putbyte(byte(hp^.defined_at_startup));
|
||||||
current_ppu^.putbyte(byte(hp^.is_used));
|
current_ppu^.putbyte(byte(hp^.is_used));
|
||||||
end;
|
end;
|
||||||
@ -689,7 +689,11 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.49 1999-09-03 10:54:22 pierre
|
Revision 1.50 1999-09-12 15:45:11 florian
|
||||||
|
* tnamedindexobject._name should be never accessed direct! Use the
|
||||||
|
function name instead
|
||||||
|
|
||||||
|
Revision 1.49 1999/09/03 10:54:22 pierre
|
||||||
* message about conditionals changed to Hint
|
* message about conditionals changed to Hint
|
||||||
|
|
||||||
Revision 1.48 1999/08/31 15:47:56 pierre
|
Revision 1.48 1999/08/31 15:47:56 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user