mirror of git://gcc.gnu.org/git/gcc.git
* stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.
From-SVN: r26388
This commit is contained in:
parent
c499fa6456
commit
8dadfd1957
|
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Apr 13 00:32:57 1999 Mumit Khan <khan@xraylith.wisc.edu>
|
||||||
|
|
||||||
|
* stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.
|
||||||
|
|
||||||
Sun Apr 11 23:48:30 1999 Jeffrey A Law (law@cygnus.com)
|
Sun Apr 11 23:48:30 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* bitset: Re-install Alexandre's lost patch from 1998-11-27.
|
* bitset: Re-install Alexandre's lost patch from 1998-11-27.
|
||||||
|
|
|
||||||
|
|
@ -197,6 +197,10 @@
|
||||||
# define __STL_HAS_NAMESPACES
|
# define __STL_HAS_NAMESPACES
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# if defined(__MINGW32__)
|
||||||
|
# define __STL_NO_DRAND48
|
||||||
|
# endif
|
||||||
|
|
||||||
# if defined(_MSC_VER)
|
# if defined(_MSC_VER)
|
||||||
# define __STL_NO_DRAND48
|
# define __STL_NO_DRAND48
|
||||||
# define __STL_NEED_TYPENAME
|
# define __STL_NEED_TYPENAME
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue