ASMC Nonfatal Error A2119

Asmc Macro Assembler

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2119

language type must be specified

A procedure definition or prototype was not given a language type.

A language type must be declared in each procedure definition or prototype if a default language type is not specified. A default language type is set using either the .MODEL directive, OPTION LANG, or the ASMC command-line options /Gc or /Gd.

* ML 6.0 compatible error

See Also

ASMC Error Messages