FIX: No Error Generated by MASM 5.0 for Equates Made PublicLast reviewed: September 10, 1997Article ID: Q26800 |
5.00
MS-DOS
kbtool kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSThe Microsoft Macro Assembler version 5.0 will allow an equate to be made public.
STATUSMicrosoft has confirmed this to be a problem in MASM version 5.00. This problem was corrected in MASM version 5.10.
MORE INFORMATIONThe error generated by MASM 5.1 for the sample code below is:
A2014: Illegal public declarationMASM 5.0 incorrectly generates no errors.
Sample Code:;Assemble options: none PUBLIC i i equ <text> end
|
Additional reference words: 5.00 buglist5.00 fixlist5.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |