Changeset 641


Ignore:
Timestamp:
Aug 19, 2003, 2:25:27 AM (22 years ago)
Author:
bird
Message:

Fixed problem exhibitted by optlink/tst4.c,

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.c

    • Property cvs2svn:cvs-rev changed from 1.19 to 1.20
    r640 r641  
    4040
    4141/** @todo remove debug code */
    42 #define BIRD_DEBUG/* - DO NOT COMMIT WITH THIS DEFINED!!! */
     42/*#define BIRD_DEBUG - DO NOT COMMIT WITH THIS DEFINED!!! */
    4343
    4444#ifdef BIRD_DEBUG
     
    246246        /* This branch is taken when a function/method type is encountered.
    247247           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! */
    248251        *no_add_attrs = true;
     252#endif
    249253        return tree_cons (name, args, NULL_TREE);
    250254
Note: See TracChangeset for help on using the changeset viewer.