ASMC Nonfatal Error A2129

Asmc Macro Assembler

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