PRB: Source Lines Beginning in Columns 73-80 Not Ignored

ID: Q32323

4.10 5.00 5.10 | 4.10 5.00 5.10

MS-DOS         | OS/2
kbtool kbprb

The information in this article applies to:

SYMPTOMS

If a source line in an application begins in columns 73 through 80, the compiler generates correct code for that line, even though the source code should be ignored according to the ANSI standard.

CAUSE

By default, the M editor converts every eight spaces into a tab character to save space in the source file. However, this process causes problems for the compiler because the compiler does not correctly interpret the tab characters.

RESOLUTION

To address this problem, place the following statement into your TOOLS.INI file:

   ENTAB:0

Because this statement prevents the M editor from converting spaces to tabs, characters past column 72 are correctly ignored.

Additional reference words: 4.10 5.00 5.10 KBCategory: kbtool kbprb KBSubcategory: FLIss

Last Reviewed: April 30, 1998