(xmalloc): Declare to return long.
This commit is contained in:
parent
c0218e1b54
commit
5497dfdb4b
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ quote_file_name (name)
|
|||
|
||||
/* Like malloc but get fatal error if memory is exhausted. */
|
||||
|
||||
char *
|
||||
long *
|
||||
xmalloc (size)
|
||||
unsigned int size;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue