Difference between revisions of "alias"

From Free Pascal wiki
Jump to navigationJump to search
(moved alias to Alias/de)
 
(add some lines)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[Alias/de]]
+
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.