mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 08:08:36 +02:00
* Fix compilation of gdbint unit for go32v2, should resolve bug report 36923.
Replace cint type by longint (as gdbint unit does not use ctypes unit). git-svn-id: trunk@44774 -
This commit is contained in:
parent
5a07298ea5
commit
3a76f9f477
@ -3511,7 +3511,7 @@ var
|
||||
type
|
||||
interpreter_struct_p = pointer; { to opaque type }
|
||||
function interp_lookup ({$ifdef GDB_INTERP_LOOKUP_HAS_UI} ui :pui ;{$endif} name : pchar) : interpreter_struct_p;cdecl; external;
|
||||
function interp_set (interp : interpreter_struct_p;top_level : cint) : longbool;cdecl; external;
|
||||
function interp_set (interp : interpreter_struct_p;top_level : longint {cint}) : longbool;cdecl; external;
|
||||
{$endif GDB_NEEDS_INTERPRETER_SETUP}
|
||||
const
|
||||
DIRBUF_SIZE = 1024;
|
||||
|
Loading…
Reference in New Issue
Block a user