mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:20:23 +02:00
* TVarRec with In64/QWord stuff extended
This commit is contained in:
parent
90ac0eaa36
commit
53b5415c5e
@ -88,6 +88,8 @@ Type
|
|||||||
TAnsiChar = Char;
|
TAnsiChar = Char;
|
||||||
AnsiChar = TAnsiChar;
|
AnsiChar = TAnsiChar;
|
||||||
PAnsiChar = PChar;
|
PAnsiChar = PChar;
|
||||||
|
PQWord = ^QWord;
|
||||||
|
PInt64 = ^Int64;
|
||||||
|
|
||||||
{$ifdef HASWIDECHAR}
|
{$ifdef HASWIDECHAR}
|
||||||
PWideChar = ^WideChar;
|
PWideChar = ^WideChar;
|
||||||
@ -438,7 +440,10 @@ const
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.81 2000-04-24 11:11:50 peter
|
Revision 1.82 2000-05-14 18:46:54 florian
|
||||||
|
* TVarRec with In64/QWord stuff extended
|
||||||
|
|
||||||
|
Revision 1.81 2000/04/24 11:11:50 peter
|
||||||
* backtraces for exceptions are now only generated from the place of the
|
* backtraces for exceptions are now only generated from the place of the
|
||||||
exception
|
exception
|
||||||
* frame is also pushed for exceptions
|
* frame is also pushed for exceptions
|
||||||
|
Loading…
Reference in New Issue
Block a user