FIX: No Error Generated by MASM 5.0 for Equates Made Public

ID: Q26800


The information in this article applies to:
  • Microsoft Macro Assembler for MS-DOS, version 5.0


SYMPTOMS

The Microsoft Macro Assembler version 5.0 will allow an equate to be made public.


STATUS

Microsoft has confirmed this to be a problem in MASM version 5.00. This problem was corrected in MASM version 5.10.


MORE INFORMATION

The error generated by MASM 5.1 for the sample code below is:

A2014: Illegal public declaration
MASM 5.0 incorrectly generates no errors.

Sample Code:


;Assemble options: none

PUBLIC i
i      equ <text>

end 

Additional query words: 5.00 buglist5.00 fixlist5.10

Keywords :
Version : :5.0
Platform :
Issue type :


Last Reviewed: January 4, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.