Minor cleanups.

committer: mfx <mfx> 968538234 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-09 22:23:54 +00:00
parent 8c7835fd33
commit 8f3e1e7688
5 changed files with 25 additions and 15 deletions
+3 -1
View File
@@ -33,9 +33,11 @@
#ifdef WANT_STL
#if defined(__DJGPP__) || defined(__MINGW32__) || defined(__sparc__)
// provide missing oom_handler
void (*__malloc_alloc_template<0>::__malloc_alloc_oom_handler)() = 0;
# if !defined(__USE_MALLOC)
template class __default_alloc_template<false, 0>;
// instantiate default allocator
template class __default_alloc_template<false, 0>;
# endif
#endif