fixed typo (?)
This commit is contained in:
parent
2c31a9b1ac
commit
3f922854b3
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ short *newcore(size) int size; {
|
||||||
return(p);
|
return(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef NOMALLOC
|
#ifndef USEMALLOC
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* stdio uses malloc and free.
|
* stdio uses malloc and free.
|
||||||
|
|
Loading…
Reference in a new issue