changeset 28652:3be60a11fda4

(with_echo_area_buffer): Add more `int' parameters for the `variable argument list' to make it work on Alpha.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 19 Apr 2000 15:37:26 +0000
parents 2ce492de4cb9
children a67ae6612ddb
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Wed Apr 19 15:36:39 2000 +0000
+++ b/src/xdisp.c	Wed Apr 19 15:37:26 2000 +0000
@@ -5284,11 +5284,11 @@
    Value is what FN returns. */
 
 static int
-with_echo_area_buffer (w, which, fn, a1, a2, a3, a4, a5)
+with_echo_area_buffer (w, which, fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10)
      struct window *w;
      int which;
      int (*fn) ();
-     int a1, a2, a3, a4, a5;
+     int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10;
 {
   Lisp_Object buffer;
   int this_one, the_other, clear_buffer_p, rc;