From: Dave Love Date: Mon, 19 Jun 2000 16:11:14 +0000 (+0000) Subject: (x_frame_of_widget): Add `static' to declaration (for pcc). X-Git-Tag: emacs-pretest-21.0.90~3236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e851c83329167b70bf9bb115353a1c0869891e5f;p=emacs.git (x_frame_of_widget): Add `static' to declaration (for pcc). --- 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; {