Bring head revision up to date with cabal (try #3)

This commit is contained in:
Ivo Timmermans 2000-10-18 20:12:10 +00:00
parent d3ea434b36
commit 30df5e95db
35 changed files with 3091 additions and 2267 deletions

View file

@ -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)