Move #ifdef to the right place.

This commit is contained in:
Boris Popov 2000-06-29 09:26:26 +00:00
parent 33f644c41f
commit 5badeabaca

View File

@ -494,10 +494,10 @@ malloc_uninit(data)
{
struct malloc_type *type = (struct malloc_type *)data;
struct malloc_type *t;
#ifdef INVARIANTS
struct kmembuckets *kbp;
struct freelist *freep;
long indx;
#ifdef INVARIANTS
int s;
#endif