From e75315dae609f32041ca5ed939fd2a1b69d32d3e Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Tue, 17 Oct 2000 10:15:20 +0000 Subject: [PATCH] Don't declare cp_file and cp_line in xmalloc() --- lib/xmalloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 38fb571a..150b1aa7 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -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) -- 2.20.1