aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-04-16 09:42:58 -0700
committerPaul Eggert2011-04-16 09:42:58 -0700
commit748945cc8b8c7898e922f0e658f60dc4994e43ef (patch)
tree0f4eeecc415bf6cde2758f02a7408371c87e4afe
parent8ffc96f57165b07ae661ac4b71e18431d792d6cd (diff)
downloademacs-748945cc8b8c7898e922f0e658f60dc4994e43ef.tar.gz
emacs-748945cc8b8c7898e922f0e658f60dc4994e43ef.zip
* lwlib.c (first_child) [USE_MOTIF]: Protoize.
-rw-r--r--lwlib/ChangeLog1
-rw-r--r--lwlib/lwlib.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index cea02d79993..8476547ce61 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,6 +1,7 @@
12011-04-16 Paul Eggert <eggert@cs.ucla.edu> 12011-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;". 3 * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".
4 (first_child) [USE_MOTIF]: Protoize.
4 5
5 * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. 6 * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused.
6 7
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index 90461c0ba51..9d8ec3330d3 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -979,7 +979,7 @@ lw_destroy_all_pop_ups (void)
979} 979}
980 980
981#ifdef USE_MOTIF 981#ifdef USE_MOTIF
982extern Widget first_child (/* Widget */); /* garbage */ 982extern Widget first_child (Widget); /* garbage */
983#endif 983#endif
984 984
985Widget 985Widget