eh_alloc.cc: Ensure that required macros are defined before including gthr.h.
authorLoren J. Rittle <ljrittle@acm.org>
Fri, 8 Jun 2001 03:55:43 +0000 (03:55 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Fri, 8 Jun 2001 03:55:43 +0000 (03:55 +0000)
commit7628e178ef59d7f9daf52db48d29e9fc45e17136
tree6239388e1090fcbfc9935d11c77afe9563d5707f
parent5e21803304ad8ecae564e1119508a45cc8705471
eh_alloc.cc: Ensure that required macros are defined before including gthr.h.

* libsupc++/eh_alloc.cc: Ensure that required macros are
defined before including gthr.h.  Ensure that we get the
version of gthr.h for which we know how to provide a
configuration.
* libsupc++/eh_globals.cc: Likewise.  And, bring the threading
code path into line with the current EH model.  Use std, where
appropriate.

Co-Authored-By: John David Anglin <dave@hiauly1.hia.nrc.ca>
From-SVN: r42999
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_alloc.cc
libstdc++-v3/libsupc++/eh_globals.cc