Changeset 423
- Timestamp:
- Jul 22, 2003, 3:44:15 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/emxomf.c
-
Property cvs2svn:cvs-rev
changed from
1.13
to1.14
r422 r423 2832 2832 if (line_list[i].line >= 0) 2833 2833 ++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 2834 2842 2835 2843 /* Compute the size of the file names table. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.