From: Richard M. Stallman Date: Mon, 25 Jan 1999 01:34:34 +0000 (+0000) Subject: (xmalloc): Declare to return long. X-Git-Tag: emacs-20.4~780 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5497dfdb4bec817ca60828f1937ba06d36a4f744;p=emacs.git (xmalloc): Declare to return long. --- diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 412256b916e..c6181bd2710 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -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; {