Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 484 Bytes

A2119.md

File metadata and controls

15 lines (8 loc) · 484 Bytes

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