summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-01-25 01:34:34 +0000
committerRichard M. Stallman <rms@gnu.org>1999-01-25 01:34:34 +0000
commit5497dfdb4bec817ca60828f1937ba06d36a4f744 (patch)
tree1bf217f559be3ef22c418ae34dbb99d6dc3f8228 /lib-src
parentc0218e1b545ea508cb5116a179906b7d010f6c8c (diff)
downloademacs-5497dfdb4bec817ca60828f1937ba06d36a4f744.tar.gz
(xmalloc): Declare to return long.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
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;
{