mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 06:27:26 +01:00
Add AIX support
git-svn-id: trunk@29048 -
This commit is contained in:
parent
2202d60cdc
commit
d4ac521ff9
@ -656,6 +656,11 @@ interface
|
||||
{$LINKLIB gcc}
|
||||
{$endif beos}
|
||||
|
||||
{$ifdef aix}
|
||||
{ AIX linker requires more precise external/public separation }
|
||||
{$define NEED_EXTERNAL_CVAR}
|
||||
{$undef NotImplemented}
|
||||
{$endif aix}
|
||||
|
||||
{$ifdef go32v2}
|
||||
{$define supportexceptions}
|
||||
@ -1707,7 +1712,8 @@ var
|
||||
{ external variables }
|
||||
error_return : jmp_buf;cvar;public;
|
||||
quit_return : jmp_buf;cvar;public;
|
||||
deprecated_query_hook : pointer;cvar;public;
|
||||
deprecated_query_hook : pointer;cvar;
|
||||
{$ifdef NEDD_EXTERNAL_CVAR}external;{$else}public;{$endif}
|
||||
|
||||
{$ifndef GDB_HAS_OBSERVER_NOTIFY_BREAKPOINT_CREATED}
|
||||
{$ifdef GDB_HAS_DEPRECATED_CBPH}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user