(xmalloc): Declare to return long.

This commit is contained in:
Richard M. Stallman 1999-01-25 01:34:34 +00:00
parent c0218e1b54
commit 5497dfdb4b

View file

@ -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;
{