Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 448 Bytes

A2129.md

File metadata and controls

15 lines (8 loc) · 448 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2129

VARARG parameter must be last parameter

A parameter other than the last one was given the VARARG attribute.

The :VARARG specification can be applied only to the last parameter in a parameter list for macro and procedure definitions and prototypes. You cannot use multiple :VARARG specifications in a macro.

* ML 6.0 compatible error

See Also

ASMC Error Messages