* debug.cc (threads): Avoid initialization.

* uinfo.cc (cygheap_user::ontherange): (from Corinna Vinschen) Actually make
below changes work.
This commit is contained in:
Christopher Faylor
2002-07-01 16:37:46 +00:00
parent db57a36336
commit b5e1ec7632
3 changed files with 8 additions and 3 deletions

View File

@ -31,7 +31,7 @@ typedef struct
const char *name;
} thread_info;
static NO_COPY thread_info threads[32] = {{0, NULL}}; // increase as necessary
static NO_COPY thread_info threads[32]; // increase as necessary
#define NTHREADS (sizeof (threads) / sizeof (threads[0]))
void