(xmalloc): Declare to return long.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Jan 1999 01:34:34 +0000 (01:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Jan 1999 01:34:34 +0000 (01:34 +0000)
lib-src/emacsclient.c

index 412256b..c6181bd 100644 (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;
 {