* lwlib.c (first_child) [USE_MOTIF]: Protoize.
This commit is contained in:
parent
8ffc96f571
commit
748945cc8b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".
|
||||
(first_child) [USE_MOTIF]: Protoize.
|
||||
|
||||
* lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused.
|
||||
|
||||
|
|
|
|||
|
|
@ -979,7 +979,7 @@ lw_destroy_all_pop_ups (void)
|
|||
}
|
||||
|
||||
#ifdef USE_MOTIF
|
||||
extern Widget first_child (/* Widget */); /* garbage */
|
||||
extern Widget first_child (Widget); /* garbage */
|
||||
#endif
|
||||
|
||||
Widget
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue