diff src/xterm.c @ 29749:4235764941b5
(x_frame_of_widget): Add `static' to declaration (for pcc).
| author |
Dave Love <fx@gnu.org> |
| date |
Mon, 19 Jun 2000 16:11:14 +0000 |
| parents |
1ac32ce72622 |
| children |
691fe247f018 |
line diff
--- a/src/xterm.c Mon Jun 19 16:08:09 2000 +0000
+++ b/src/xterm.c Mon Jun 19 16:11:14 2000 +0000
@@ -3164,7 +3164,7 @@
/* 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;
{