Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5884c324
Commit
5884c324
authored
Aug 13, 2012
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gtkutil.c (xg_mark_data): Don't assume C99.
parent
92cb3b04
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/gtkutil.c
src/gtkutil.c
+1
-1
No files found.
src/ChangeLog
View file @
5884c324
2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
* gtkutil.c (xg_mark_data): Don't assume C99.
2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.c (xg_frame_tb_info): New struct.
...
...
src/gtkutil.c
View file @
5884c324
...
...
@@ -2150,6 +2150,7 @@ void
xg_mark_data
(
void
)
{
xg_list_node
*
iter
;
Lisp_Object
rest
,
frame
;
for
(
iter
=
xg_menu_cb_list
.
next
;
iter
;
iter
=
iter
->
next
)
mark_object
(((
xg_menu_cb_data
*
)
iter
)
->
menu_bar_vector
);
...
...
@@ -2162,7 +2163,6 @@ xg_mark_data (void)
mark_object
(
cb_data
->
help
);
}
Lisp_Object
rest
,
frame
;
FOR_EACH_FRAME
(
rest
,
frame
)
{
FRAME_PTR
f
=
XFRAME
(
frame
);
...
...
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