From 5497dfdb4bec817ca60828f1937ba06d36a4f744 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Jan 1999 01:34:34 +0000 Subject: [PATCH] (xmalloc): Declare to return long. --- lib-src/emacsclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; { -- 2.39.2