Changeset 423


Ignore:
Timestamp:
Jul 22, 2003, 3:44:15 PM (22 years ago)
Author:
bird
Message:

Don't issue empty LINNUMs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxomf/emxomf.c

    • Property cvs2svn:cvs-rev changed from 1.13 to 1.14
    r422 r423  
    28322832    if (line_list[i].line >= 0)
    28332833      ++valid_lines;
     2834
     2835
     2836  /*
     2837   * If no lines or no files, we don't want to issue any LINNUM records.
     2838   */
     2839  if (valid_lines <= 0 || file_grow.count <= 0)
     2840      return;
     2841
    28342842
    28352843  /* Compute the size of the file names table. */
Note: See TracChangeset for help on using the changeset viewer.