Changeset 212 for trunk/src/gcc
- Timestamp:
- May 21, 2003, 11:09:39 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r211 r212 141 141 continuation. */ 142 142 #define DBX_CONTIN_LENGTH 0 143 144 /* Always use -fno-common otherwise __align__() doesn't work for globals */145 #undef OVERRIDE_OPTIONS146 #define OVERRIDE_OPTIONS \147 { \148 flag_no_common = 1; \149 override_options (); \150 }151 143 152 144 /* If defined, a C expression whose value is a string containing the -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.