# HG changeset patch # User Andreas Schwab # Date 880124877 0 # Node ID f62a4f83537e14adb0cc2d8d02dbe589fa703b1c # Parent 2a2818b0812eafa4c99d649e4d9788a5aa529ab9 (traverse_intervals): Protoize parameter. diff -r 2a2818b0812e -r f62a4f83537e src/intervals.c --- a/src/intervals.c Fri Nov 21 15:06:01 1997 +0000 +++ b/src/intervals.c Fri Nov 21 15:07:57 1997 +0000 @@ -198,7 +198,7 @@ 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))