From 53b5415c5e7f3eabc88f549ebedb7e5896808cad Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 14 May 2000 18:46:54 +0000 Subject: [PATCH] * TVarRec with In64/QWord stuff extended --- rtl/inc/systemh.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rtl/inc/systemh.inc b/rtl/inc/systemh.inc index 9118a5aee6..ccedd95413 100644 --- a/rtl/inc/systemh.inc +++ b/rtl/inc/systemh.inc @@ -88,6 +88,8 @@ Type TAnsiChar = Char; AnsiChar = TAnsiChar; PAnsiChar = PChar; + PQWord = ^QWord; + PInt64 = ^Int64; {$ifdef HASWIDECHAR} PWideChar = ^WideChar; @@ -438,7 +440,10 @@ const { $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 exception * frame is also pushed for exceptions