Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
748945cc
Commit
748945cc
authored
Apr 16, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lwlib.c (first_child) [USE_MOTIF]: Protoize.
parent
8ffc96f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lwlib/ChangeLog
lwlib/ChangeLog
+1
-0
lwlib/lwlib.c
lwlib/lwlib.c
+1
-1
No files found.
lwlib/ChangeLog
View file @
748945cc
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.
...
...
lwlib/lwlib.c
View file @
748945cc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment