* indention fixes

* detabbed

git-svn-id: trunk@24412 -
This commit is contained in:
florian 2013-05-03 20:41:55 +00:00
parent 15b3695a0e
commit 1f8192b6da

View File

@ -197,11 +197,13 @@ interface
{ dummy default noop callback } { dummy default noop callback }
procedure default_global_used; procedure default_global_used;
type type
TGlobalUsedProcedure = procedure;
{ 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;