Changeset 796


Ignore:
Timestamp:
Oct 2, 2003, 3:45:41 AM (22 years ago)
Author:
bird
Message:

Fixed C++ type crash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/stdlib.h

    • Property cvs2svn:cvs-rev changed from 1.14 to 1.15
    r795 r796  
    333333  unsigned long rem;
    334334} _uldiv_t;
     335
     336#if __ISO_C_VISIBLE >= 1999 && defined(__LONG_LONG_SUPPORTED)
     337typedef struct _lldiv_t _lldiv_t;
     338#else
    335339typedef struct
    336340{
     
    338342  long long rem;
    339343} _lldiv_t;
     344#endif
    340345typedef struct
    341346{
Note: See TracChangeset for help on using the changeset viewer.