Changeset 559 for trunk/src


Ignore:
Timestamp:
Aug 9, 2003, 7:14:21 PM (22 years ago)
Author:
bird
Message:

_System/_Optlink + extern C workaround.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/cp/except.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r558 r559  
    806806
    807807  id = DECL_ASSEMBLER_NAME (fn);
     808#ifdef EMX
     809  SET_DECL_ASSEMBLER_NAME(fn, NULL_TREE);
     810#endif
    808811  return !!libc_name_p (IDENTIFIER_POINTER (id), IDENTIFIER_LENGTH (id));
    809812}
Note: See TracChangeset for help on using the changeset viewer.