git-svn-id: trunk@14481 -
@@ -132,7 +132,6 @@ type
flagword = LongWord; (* 32 bits of flags *)
- pppchar = ^ppchar;
Pbfd_byte = ^bfd_byte;
bfd_byte = Byte;
bfd_boolean = LongBool;
@@ -29,8 +29,6 @@ type
{ boolean size must be fixed at 4 bytes due to wire protocol! }
dbus_bool_t = dbus_uint32_t;
-
- PPPChar = ^PPChar;
va_list = Pointer;
@@ -18,15 +18,10 @@ type
TExpressionType = (etInteger, etString, etBoolean, etLargeInt, etFloat, etDateTime,
etLeftBracket, etRightBracket, etComma, etUnknown);
- PPChar = ^PChar;
- PBoolean = ^Boolean;
- PInteger = ^Integer;
- PDateTime = ^TDateTime;
EParserException = class(Exception);
PExpressionRec = ^TExpressionRec;
PDynamicType = ^TDynamicType;
PDateTimeRec = ^TDateTimeRec;
- PDouble = ^Double;
{$ifdef SUPPORT_INT64}
PLargeInt = ^Int64;
{$endif}
@@ -202,7 +202,6 @@ ResourceString
{$ifdef ver130}
Type
PCharArray = Array[Word] of PChar;
PPCharArray = ^PCharArray;
@@ -15,7 +15,6 @@ const
libgnomedll='gnome';
PPPgChar = ^PPgChar;
PPPgfloat = ^PPgfloat;
PPgfloat = ^Pgfloat;
@@ -8,7 +8,6 @@
{$ifdef read_interface}
type
- PPPChar = ^PPchar;
PPguchar = Pguchar;
PPgchar = ^Pgchar;
PPPgchar = ^PPgchar;
@@ -12,7 +12,6 @@
qword = Int64;
{$ENDIF}
- PPPchar = ^PPchar;
{$IFNDEF KYLIX}
@@ -15,8 +15,6 @@ Type
wchar_t = widechar;
Pwchar_t = ^wchar_t;
PPwchar_t = ^Pwchar_t;
- PPByte = ^PByte;
{ ---------------------------------------------------------------------
Declarations moved forward because C headers are a mess.
@@ -56,7 +56,6 @@ uses
ppcint = ^pcint;
- ppbyte = ^pbyte;
PFILE = pointer;
const
@@ -78,9 +78,7 @@ type
png_charpp = PPchar;
ppng_charpp = ^png_charpp;
png_fixed_point_pp = PPpng_fixed_point;
- PPDouble = ^PDouble;
png_doublepp = PPdouble;
- PPPChar = ^PPCHar;
png_charppp = PPPchar;
Pcharf = Pchar;
PPcharf = ^Pcharf;
@@ -77,9 +77,6 @@ uses
Pmy_socket = ^my_socket;
my_socket = cint;
{ ------------ Start of declaration in "mysql_com.h" --------------------- }
{
@@ -7,7 +7,6 @@ type
PVIO = Pointer;
My_socket = longint;
my_bool = byte;
- pppchar = ^PPChar;
gptr = Pointer;
@@ -60,8 +60,6 @@ uses
GL;
TGlutVoidCallback = procedure; cdecl;
TGlut1IntCallback = procedure(value: Integer); cdecl;
TGlut2IntCallback = procedure(v1, v2: Integer); cdecl;
@@ -91,7 +91,6 @@ const
SQLITE_ARGS = -3;
- PPPchar = ^ppchar;
Psqlite = Pointer;
Psqlite_vm = Pointer;
PPsqlite_vm = ^Psqlite_vm;
@@ -33,9 +33,6 @@ const
{$DEFINE S}
-type
(*
** 2001 September 15
**
@@ -560,7 +560,6 @@ const
Tcl_Argv = PPChar;
Tcl_ClientData = pointer;
Tcl_FreeProc = procedure(block : pointer); cdecl;
@@ -19,19 +19,8 @@ uses
x.h
}
-{ Pointers to basic pascal types, inserted by h2pas conversion program.}
-Type
- PPLongint = ^PLongint;
- PPWideChar = ^PWideChar;
- PPPWideChar = ^PPWideChar;
{$PACKRECORDS C}
X_PROTOCOL = 11;
X_PROTOCOL_REVISION = 0;
@@ -275,6 +275,7 @@ Type
{ Zero - terminated strings }
PChar = ^Char;
PPChar = ^PChar;
+ PPPChar = ^PPChar;
{ AnsiChar is equivalent of Char, so we need
to use type renamings }
@@ -306,6 +307,8 @@ Type
PSingle = ^Single;
PDouble = ^Double;
PExtended = ^Extended;
+
+ PPDouble = ^PDouble;
PCurrency = ^Currency;
{$ifdef SUPPORT_COMP}
@@ -327,6 +330,9 @@ Type
PPtrUInt = ^PtrUInt;
PSizeInt = ^SizeInt;
+ PPByte = ^PByte;
+ PPLongint = ^PLongint;
PPointer = ^Pointer;
PPPointer = ^PPointer;
@@ -347,6 +353,7 @@ Type
PWideChar = ^WideChar;
PPWideChar = ^PWideChar;
+ PPPWideChar = ^PPWideChar;
WChar = Widechar;
UCS2Char = WideChar;
PUCS2Char = PWideChar;