Changeset 734
- Timestamp:
- Sep 26, 2003, 4:15:21 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/dbxout.c
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r733 r734 1686 1686 above. We simplify it a bit since an enum will never have a variable 1687 1687 size. */ 1688 #ifdef EMX 1689 /* bird: I believe this test is wrong. The test above checks if we 1690 already used gnu extenstions and gathers that it's ok to continue 1691 do non-standard stuff then. 1692 Anyway, we can't cope with crossreferences to enums. */ 1693 if (!use_gnu_debug_info_extensions) 1694 #endif 1688 1695 if ((TYPE_NAME (type) != 0 1689 1696 && ! (TREE_CODE (TYPE_NAME (type)) == TYPE_DECL -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.