Move #ifdef to the right place.
This commit is contained in:
parent
33f644c41f
commit
5badeabaca
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user