Changeset 641
- Timestamp:
- Aug 19, 2003, 2:25:27 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.c
-
Property cvs2svn:cvs-rev
changed from
1.19
to1.20
r640 r641 40 40 41 41 /** @todo remove debug code */ 42 #define BIRD_DEBUG/*- DO NOT COMMIT WITH THIS DEFINED!!! */42 /*#define BIRD_DEBUG - DO NOT COMMIT WITH THIS DEFINED!!! */ 43 43 44 44 #ifdef BIRD_DEBUG … … 246 246 /* This branch is taken when a function/method type is encountered. 247 247 We defer attribute handling until we get the complete declaration */ 248 #if 0 /* bird: This fixes optlink/tst4.c and doesn't seem to break anything. 249 If set to true we are in some cases imposing _Optlink onto following 250 declarations. This is weird stuff! */ 248 251 *no_add_attrs = true; 252 #endif 249 253 return tree_cons (name, args, NULL_TREE); 250 254 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.