Don't declare cp_file and cp_line in xmalloc()
This commit is contained in:
parent
31c543ad0f
commit
e75315dae6
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ xmalloc (n)
|
|||
size_t n;
|
||||
{
|
||||
void *p;
|
||||
extern char*cp_file;
|
||||
extern int cp_line;
|
||||
|
||||
p = malloc (n);
|
||||
if (p == 0)
|
||||
|
|
Loading…
Reference in a new issue