From e851c83329167b70bf9bb115353a1c0869891e5f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 19 Jun 2000 16:11:14 +0000 Subject: [PATCH] (x_frame_of_widget): Add `static' to declaration (for pcc). --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 3b774e3b621..7c992eadfde 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3164,7 +3164,7 @@ static struct frame *x_frame_of_widget P_ ((Widget)); /* Return the frame on which widget WIDGET is used.. Abort if frame cannot be determined. */ -struct frame * +static struct frame * x_frame_of_widget (widget) Widget widget; { -- 2.39.5