Bring head revision up to date with cabal (try #3)
This commit is contained in:
parent
d3ea434b36
commit
30df5e95db
35 changed files with 3091 additions and 2267 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…
Add table
Add a link
Reference in a new issue