From 0c60dfd7b4834041e0205b4bb45b27c7d1a7732a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 21 Nov 1997 15:07:57 +0000 Subject: [PATCH] (traverse_intervals): Protoize parameter. --- src/intervals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intervals.c b/src/intervals.c index 33cef35c654..25bc6e3c46b 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -198,7 +198,7 @@ void traverse_intervals (tree, position, depth, function, arg) INTERVAL tree; int position, depth; - void (* function) (); + void (* function) P_ ((INTERVAL, Lisp_Object)); Lisp_Object arg; { if (NULL_INTERVAL_P (tree)) -- 2.39.2