1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

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