Changeset 318
- Timestamp:
- Jun 11, 2003, 6:59:40 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/src/emx/src/emxomf/listomf.c (modified) (5 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/listomf.c
-
Property cvs2svn:cvs-rev
changed from
1.6to1.7
r317 r318 1269 1269 rec_idx = next; 1270 1270 rec_len = total_rec_len; 1271 1272 1273 1274 1275 1276 1277 1278 1271 1279 } 1272 1280 } … … 1422 1430 static void list_types (void) 1423 1431 { 1424 int total_rec_len, type, qual, len, next, flags ;1432 int total_rec_len, type, qual, len, next, flags; 1425 1433 int args, max_args, fields; 1426 1434 dword size; … … 1432 1440 len = get_word (); 1433 1441 next = rec_idx + len; 1442 1434 1443 type = get_byte (); 1435 1444 qual = get_byte (); … … 1754 1763 show_fid (); 1755 1764 printf (", maximum: "); 1765 1766 1756 1767 show_fid (); 1757 1768 printf ("\n"); … … 1816 1827 rec_idx = next; 1817 1828 rec_len = total_rec_len; 1829 1830 1831 1832 1833 1834 1835 1836 1818 1837 } 1819 1838 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
