ATTRIBUTES DECORATE

The ATTRIBUTES directive option DECORATE specifies that the external name used in cDEC$ ALIAS or cDEC$ ATTRIBUTES ALIAS should have the prefix and postfix decorations performed on it that are associated with the calling mechanism that is in effect. These are the same decorations performed on the procedure name when ALIAS is not specified.

Syntax

The DECORATE option takes the following form:

cDEC$ ATTRIBUTES DECORATE :: exname

c

Is one of the following: C (or c), !, or *. (See Syntax Rules for Compiler Directives.)

exname

Is an external name.

The case of the ALIAS external name is not modified.

If ALIAS is not specified, this option has no effect.

See Also