mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 09:36:15 +02:00
* indention fixes
* detabbed git-svn-id: trunk@24412 -
This commit is contained in:
parent
15b3695a0e
commit
1f8192b6da
@ -195,13 +195,15 @@ interface
|
|||||||
|
|
||||||
function ReplaceForbiddenAsmSymbolChars(const s: string): string;
|
function ReplaceForbiddenAsmSymbolChars(const s: string): string;
|
||||||
|
|
||||||
{ dummy default noop callback }
|
{ dummy default noop callback }
|
||||||
procedure default_global_used;
|
procedure default_global_used;
|
||||||
type
|
|
||||||
TGlobalUsedProcedure = procedure;
|
type
|
||||||
{ Procedure variable to allow for special handling of
|
{ Procedure variable to allow for special handling of
|
||||||
the occurence of use of a global variable,
|
the occurence of use of a global variable,
|
||||||
used by PIC code generation to request GOT loading }
|
used by PIC code generation to request GOT loading }
|
||||||
|
TGlobalUsedProcedure = procedure;
|
||||||
|
|
||||||
const
|
const
|
||||||
global_used : TGlobalUsedProcedure = @default_global_used;
|
global_used : TGlobalUsedProcedure = @default_global_used;
|
||||||
|
|
||||||
@ -432,7 +434,7 @@ implementation
|
|||||||
is_set:=false;
|
is_set:=false;
|
||||||
{ write it always }
|
{ write it always }
|
||||||
increfs;
|
increfs;
|
||||||
global_used;
|
global_used;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user