Ignore:
Timestamp:
Nov 21, 2004, 6:00:07 PM (21 years ago)
Author:
bird
Message:

RC fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/gnu/cdefs.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1648 r1649  
    2020 * GLIBC v2.3.2
    2121 * @changed bird: #ifndef'ed out a few clashes with the BSD cdefs.h.
     22 * @changed bird: Workaround for RC & mozilla.
    2223 */
    2324
     
    4142#undef  __PMT
    4243
    43 #ifdef __GNUC__
     44#if defined __GNUC__ || defined RC_INVOKED /* bird: RC hacks */
    4445
    4546/* GCC can always grok prototypes.  For C++ programs we add throw()
Note: See TracChangeset for help on using the changeset viewer.