Don't declare cp_file and cp_line in xmalloc()

This commit is contained in:
Ivo Timmermans 2000-10-17 10:15:20 +00:00
parent 31c543ad0f
commit e75315dae6

View file

@ -87,8 +87,6 @@ xmalloc (n)
size_t n; size_t n;
{ {
void *p; void *p;
extern char*cp_file;
extern int cp_line;
p = malloc (n); p = malloc (n);
if (p == 0) if (p == 0)