Difference between revisions of "alias"

From Free Pascal wiki
Jump to navigationJump to search
(Blanked the page)
(add some lines)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
The [[modifier]] <syntaxhighlight lang="delphi" inline>alias</syntaxhighlight> gives the opportunity to specify an [[Assembly language|assembler]] name of a [[Routine|routine]].
 +
It is considered deprecated since FPC 2.2.4.
 +
Use the [[public#modifier|<syntaxhighlight lang="delphi" inline>[public name '…']</syntaxhighlight> modifier]] instead.
  
 +
[[Category: Modifiers]]

Latest revision as of 01:11, 25 October 2019

The modifier alias gives the opportunity to specify an assembler name of a routine. It is considered deprecated since FPC 2.2.4. Use the [public name '…'] modifier instead.